summaryrefslogtreecommitdiffstats
path: root/CRT.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2022-08-09 20:12:08 +0200
committerBenBE <BenBE@geshi.org>2022-08-10 07:46:15 +0200
commit1b5e0071bb210db67c6c846b9c91926fb6073852 (patch)
treedd87a1cc91008b01b551b0e2f2db2102ef528381 /CRT.h
parenta7b7de829689b6981dc92a3b5f55feedb35076d2 (diff)
Restore non mouse support
Closes: #1061
Diffstat (limited to 'CRT.h')
-rw-r--r--CRT.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/CRT.h b/CRT.h
index 297e8964..c06d3ae7 100644
--- a/CRT.h
+++ b/CRT.h
@@ -185,7 +185,11 @@ extern int CRT_scrollWheelVAmount;
extern ColorScheme CRT_colorScheme;
+#ifdef HAVE_GETMOUSE
void CRT_setMouse(bool enabled);
+#else
+#define CRT_setMouse(enabled)
+#endif
void CRT_init(const Settings* settings, bool allowUnicode);

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