]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a recent change in xdisp.c
authorEli Zaretskii <eliz@gnu.org>
Fri, 15 Nov 2019 07:54:43 +0000 (09:54 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 15 Nov 2019 07:54:43 +0000 (09:54 +0200)
* src/xdisp.c (tty_handle_tab_bar_click): Revert the last
change which made this work only in the HAVE_NTGUI build.
This function is needed by any build which supports a  mouse
on TTY frames.

src/xdisp.c

index 320e0731de8fddb752407235593704b64da8149a..8aefab964a8ddb4171b8b24addadc98b8386b0df 100644 (file)
@@ -13437,8 +13437,6 @@ tty_get_tab_bar_item (struct frame *f, int x, int *idx, ptrdiff_t *end)
   return Qnil;
 }
 
-#if defined HAVE_NTGUI && !defined CYGWIN
-
 /* Handle a mouse click at X/Y on the tab bar of TTY frame F.  If the
    click was on the tab bar and was handled, populate the EVENT
    structure, store it in keyboard queue, and return true; otherwise
@@ -13501,7 +13499,6 @@ tty_handle_tab_bar_click (struct frame *f, int x, int y, bool down_p,
 
   return true;
 }
-#endif /* HAVE_NTGUI && !CYGWIN */
 
 \f