summaryrefslogtreecommitdiffstats
path: root/Settings.h
diff options
context:
space:
mode:
authornia <nia@NetBSD.org>2021-07-14 21:07:43 +0200
committerBenBE <BenBE@geshi.org>2021-07-15 19:09:08 +0200
commite8f27ebc2616f875c00d814ab7f29d107e4998c1 (patch)
tree3414ba1199802bea2ed9f97602499652c7846b65 /Settings.h
parent2ab8fb83ba7d210c7c377b5b417f79822a6f7724 (diff)
Disable mouse option when support is unavailable
Diffstat (limited to 'Settings.h')
-rw-r--r--Settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Settings.h b/Settings.h
index 6cda3a92..6737f3bb 100644
--- a/Settings.h
+++ b/Settings.h
@@ -65,7 +65,9 @@ typedef struct Settings_ {
bool updateProcessNames;
bool accountGuestInCPUMeter;
bool headerMargin;
+ #ifdef HAVE_GETMOUSE
bool enableMouse;
+ #endif
int hideFunctionBar; // 0 - off, 1 - on ESC until next input, 2 - permanently
#ifdef HAVE_LIBHWLOC
bool topologyAffinity;

© 2014-2024 Faster IT GmbH | imprint | privacy policy