forked from aniani/vim
patch 8.2.0320: no Haiku support
Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes #5605)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user