emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/termhooks.h,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/termhooks.h,v
Date: Fri, 21 Sep 2007 17:10:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/09/21 17:10:48

Index: termhooks.h
===================================================================
RCS file: /sources/emacs/emacs/src/termhooks.h,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -b -r1.84 -r1.85
--- termhooks.h 20 Sep 2007 21:26:01 -0000      1.84
+++ termhooks.h 21 Sep 2007 17:10:48 -0000      1.85
@@ -302,11 +302,8 @@
 extern int handle_one_term_event (struct tty_display_info *, Gpm_Event *, 
struct input_event *);
 extern void term_mouse_moveto (int, int);
 
-/* Nonzero means mouse is enabled on Linux console */
-extern int term_gpm;
-
-/* The id of the terminal device for which we have gpm support.  */
-extern int gpm_tty;
+/* The device for which we have enabled gpm support.  */
+extern struct tty_display_info *gpm_tty;
 #endif
 
 #endif /* CONSP */




reply via email to

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