[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/termhooks.h,v
From: |
Nick Roberts |
Subject: |
[Emacs-diffs] Changes to emacs/src/termhooks.h,v |
Date: |
Sun, 20 May 2007 02:47:36 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Nick Roberts <nickrob> 07/05/20 02:47:36
Index: termhooks.h
===================================================================
RCS file: /sources/emacs/emacs/src/termhooks.h,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -b -r1.76 -r1.77
--- termhooks.h 14 Jan 2007 03:24:37 -0000 1.76
+++ termhooks.h 20 May 2007 02:47:36 -0000 1.77
@@ -340,7 +340,11 @@
symbols, respectively. Member `arg' is a Lisp object converted
from the received Apple event. Parameters for non-Apple events
are converted to those in Apple events. */
- MAC_APPLE_EVENT
+ MAC_APPLE_EVENT,
+#endif
+
+#ifdef HAVE_GPM_H
+ GPM_CLICK_EVENT
#endif
};
@@ -446,6 +450,14 @@
meta_modifier = CHAR_META /* Under X, the XK_Meta_[LR] keysyms.
*/
};
+#ifdef HAVE_GPM_H
+#include <gpm.h>
+extern int handle_one_term_event (Gpm_Event *, struct input_event *);
+
+/* Nonzero means mouse is enabled on Linux console */
+extern int term_gpm;
+#endif
+
#endif
/* arch-tag: 33a00ecc-52b5-4186-a410-8801ac9f087d
- [Emacs-diffs] Changes to emacs/src/termhooks.h,v,
Nick Roberts <=