mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Macro cleanup: FEAT_GUI_MOTIF
This commit is contained in:
parent
031758ad5c
commit
6d937315b6
@ -9936,8 +9936,7 @@ static void f_has(typval_T *argvars, typval_T *rettv)
|
|||||||
#endif
|
#endif
|
||||||
"arabic",
|
"arabic",
|
||||||
"autocmd",
|
"autocmd",
|
||||||
#if defined(FEAT_BROWSE) && (defined(USE_FILE_CHOOSER) \
|
#if defined(FEAT_BROWSE) && defined(USE_FILE_CHOOSER)
|
||||||
|| defined(FEAT_GUI_MOTIF))
|
|
||||||
"browsefilter",
|
"browsefilter",
|
||||||
#endif
|
#endif
|
||||||
"byte_offset",
|
"byte_offset",
|
||||||
|
@ -2105,8 +2105,7 @@ do_mouse (
|
|||||||
* NOTE: Ignore right button down and drag mouse events.
|
* NOTE: Ignore right button down and drag mouse events.
|
||||||
* Windows only shows the popup menu on the button up event.
|
* Windows only shows the popup menu on the button up event.
|
||||||
*/
|
*/
|
||||||
#if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) \
|
#if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_MAC)
|
||||||
|| defined(FEAT_GUI_MAC)
|
|
||||||
if (!is_click)
|
if (!is_click)
|
||||||
return false;
|
return false;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user