emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Sun, 03 Jun 2007 00:57:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  07/06/03 00:57:12

Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.903
retrieving revision 1.904
diff -u -b -r1.903 -r1.904
--- keyboard.c  23 May 2007 21:42:10 -0000      1.903
+++ keyboard.c  3 Jun 2007 00:57:11 -0000       1.904
@@ -3918,6 +3918,9 @@
 #ifdef WINDOWSNT
          || sp->kind == W32_SCROLL_BAR_CLICK_EVENT
 #endif
+#ifdef HAVE_GPM
+         || sp->kind == GPM_CLICK_EVENT
+#endif
          || sp->kind == SCROLL_BAR_CLICK_EVENT)
        {
          sp->kind = NO_EVENT;




reply via email to

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