summaryrefslogtreecommitdiff
path: root/src/mouse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mouse.c')
-rw-r--r--src/mouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mouse.c b/src/mouse.c
index 5b468d63f..5abb94221 100644
--- a/src/mouse.c
+++ b/src/mouse.c
@@ -538,7 +538,7 @@ do_mouse(
// menu on the button down event.
return FALSE;
# endif
-# if defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MSWIN)
+# if defined(FEAT_GUI_ATHENA) || defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_HAIKU)
if (is_click || is_drag)
// Ignore right button down and drag mouse events. Windows
// only shows the popup menu on the button up event.