Mercurial > hg > xemacs-beta
diff src/event-Xt.c @ 1094:4f4c898836ab
[xemacs-hg @ 2002-11-11 15:34:11 by stephent]
crash message <87of8wyy85.fsf@tleepslib.sk.tsukuba.ac.jp>
nas 1.6 <87isz4yy0o.fsf@tleepslib.sk.tsukuba.ac.jp>
warning fixes <87el9syvg4.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 11 Nov 2002 15:34:13 +0000 |
parents | 5323022ae863 |
children | 184461bc8de4 |
line wrap: on
line diff
--- a/src/event-Xt.c Mon Nov 11 14:23:50 2002 +0000 +++ b/src/event-Xt.c Mon Nov 11 15:34:13 2002 +0000 @@ -67,6 +67,8 @@ #include "offix.h" #endif +/* used in glyphs-x.c */ +void enqueue_focus_event (Widget wants_it, Lisp_Object frame, int in_p); static void handle_focus_event_1 (struct frame *f, int in_p); static void handle_focus_event_2 (Window w, struct frame *f, int in_p);