diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-12-08 21:21:47 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-12-09 19:43:45 -0500 |
commit | ed4356e75da004fc7ae27a39892e6064b76ac76a (patch) | |
tree | 61d07e7008da2d81860f4a9fa8afa885dfcb9241 /src | |
parent | 500cce10911a48207f17afee68766a6fb69cc886 (diff) | |
download | rneovim-ed4356e75da004fc7ae27a39892e6064b76ac76a.tar.gz rneovim-ed4356e75da004fc7ae27a39892e6064b76ac76a.tar.bz2 rneovim-ed4356e75da004fc7ae27a39892e6064b76ac76a.zip |
docs: Remove Photon remnants
Also get rid of some platform references made irrelevant by the removal
of their respective platform specific GUI code.
Diffstat (limited to 'src')
-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 192633a996..1d4b47414c 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -2102,7 +2102,7 @@ do_mouse ( * Windows only shows the popup menu on the button up event. */ #if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) \ - || defined(FEAT_GUI_PHOTON) || defined(FEAT_GUI_MAC) + || defined(FEAT_GUI_MAC) if (!is_click) return false; #endif |