diff options
author | Hettomei <itsumo.sibyllin@gmail.com> | 2015-05-08 14:40:10 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-07-17 21:40:39 -0400 |
commit | bd819aaed0f72b43b553ba5b5e34df7fcb3f600c (patch) | |
tree | cd6aa4acc8f0a83aede9aaad9846d8b9c9fd0d71 /src/nvim/normal.c | |
parent | 5360324974be724f8485aec39f75aeb06a58cb04 (diff) | |
download | rneovim-bd819aaed0f72b43b553ba5b5e34df7fcb3f600c.tar.gz rneovim-bd819aaed0f72b43b553ba5b5e34df7fcb3f600c.tar.bz2 rneovim-bd819aaed0f72b43b553ba5b5e34df7fcb3f600c.zip |
Macro cleanup: FEAT_GUI_GTK
Diffstat (limited to 'src/nvim/normal.c')
-rw-r--r-- | src/nvim/normal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c index 514fc5c68f..c69306ed47 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -2105,7 +2105,7 @@ do_mouse ( * NOTE: Ignore right button down and drag mouse events. * Windows only shows the popup menu on the button up event. */ -#if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_MAC) +#if defined(FEAT_GUI_MAC) if (!is_click) return false; #endif |