diff src/event-gtk.c @ 1415:d47e87058e8f

[xemacs-hg @ 2003-04-15 17:01:56 by stephent] restore GTK declarations <87istfbstq.fsf@tleepslib.sk.tsukuba.ac.jp> <87he8zbsrr.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 15 Apr 2003 17:01:57 +0000
parents f3437b56874d
children b0c1d9dc4b08
line wrap: on
line diff
--- a/src/event-gtk.c	Tue Apr 15 16:09:47 2003 +0000
+++ b/src/event-gtk.c	Tue Apr 15 17:01:57 2003 +0000
@@ -79,7 +79,8 @@
 static int tty_events_occurred;
 
 /* Mask of bits indicating the descriptors that we wait for input on */
-extern SELECT_TYPE input_wait_mask, process_only_mask, tty_only_mask;
+extern SELECT_TYPE input_wait_mask, non_fake_input_wait_mask;
+extern SELECT_TYPE process_only_mask, tty_only_mask;
 
 static Lisp_Object gtk_keysym_to_emacs_keysym ();
 void debug_process_finalization (struct Lisp_Process *p);