emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c,v [EMACS_22_BASE]


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c,v [EMACS_22_BASE]
Date: Tue, 13 May 2008 08:13:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Jan Djärv <jhd>        08/05/13 08:13:14

Index: xterm.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xterm.c,v
retrieving revision 1.943.2.14
retrieving revision 1.943.2.15
diff -u -b -r1.943.2.14 -r1.943.2.15
--- xterm.c     24 Feb 2008 01:04:51 -0000      1.943.2.14
+++ xterm.c     13 May 2008 08:13:13 -0000      1.943.2.15
@@ -6848,6 +6848,8 @@
         if (
 #ifdef USE_GTK
             ! popup_activated ()
+            /* Gtk+ menus only react to the first three buttons. */
+            && event.xbutton.button < 3
             &&
 #endif
             f && event.type == ButtonPress




reply via email to

[Prev in Thread] Current Thread [Next in Thread]