[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 05:09:34 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Nick Roberts <nickrob> 07/05/20 05:09:33
Index: termhooks.h
===================================================================
RCS file: /sources/emacs/emacs/src/termhooks.h,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- termhooks.h 20 May 2007 02:47:36 -0000 1.77
+++ termhooks.h 20 May 2007 05:09:33 -0000 1.78
@@ -343,7 +343,7 @@
MAC_APPLE_EVENT,
#endif
-#ifdef HAVE_GPM_H
+#ifdef HAVE_GPM
GPM_CLICK_EVENT
#endif
};
@@ -450,7 +450,7 @@
meta_modifier = CHAR_META /* Under X, the XK_Meta_[LR] keysyms.
*/
};
-#ifdef HAVE_GPM_H
+#ifdef HAVE_GPM
#include <gpm.h>
extern int handle_one_term_event (Gpm_Event *, struct input_event *);