mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
docs: Remove Photon remnants
Also get rid of some platform references made irrelevant by the removal of their respective platform specific GUI code.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user