From b3f740695a0199d22cd97aee314f06c7ae32d2ea Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 26 Feb 2020 16:16:53 +0100 Subject: patch 8.2.0320: no Haiku support Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes #5605) --- src/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mouse.c') 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. -- cgit v1.2.1