Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1093:be6f88260aa4 | 1094:4f4c898836ab |
---|---|
65 | 65 |
66 #if defined (HAVE_OFFIX_DND) | 66 #if defined (HAVE_OFFIX_DND) |
67 #include "offix.h" | 67 #include "offix.h" |
68 #endif | 68 #endif |
69 | 69 |
70 /* used in glyphs-x.c */ | |
71 void enqueue_focus_event (Widget wants_it, Lisp_Object frame, int in_p); | |
70 static void handle_focus_event_1 (struct frame *f, int in_p); | 72 static void handle_focus_event_1 (struct frame *f, int in_p); |
71 static void handle_focus_event_2 (Window w, struct frame *f, int in_p); | 73 static void handle_focus_event_2 (Window w, struct frame *f, int in_p); |
72 | 74 |
73 static struct event_stream *Xt_event_stream; | 75 static struct event_stream *Xt_event_stream; |
74 | 76 |