X11: Allow toggling mouse_support off

Prevents accidental mouse clicks on the map.
This commit is contained in:
Pasi Kallinen
2018-10-16 18:09:54 +03:00
parent ddf6d13fd1
commit b3c8acfeeb
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -1029,6 +1029,9 @@ Cardinal *num_params;
switch (event->type) {
case ButtonPress:
if (!iflags.wc_mouse_support)
return;
button = (XButtonEvent *) event;
#ifdef VERBOSE_INPUT
printf("button press\n");