Mercurial > hg > xemacs-beta
comparison src/event-Xt.c @ 157:6b37e6ddd302 r20-3b5
Import from CVS: tag r20-3b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:40:41 +0200 |
parents | 43dd3413c7c7 |
children | 3bb7ccffb0c0 |
comparison
equal
deleted
inserted
replaced
156:60baf0b43294 | 157:6b37e6ddd302 |
---|---|
24 | 24 |
25 #include <config.h> | 25 #include <config.h> |
26 #include "lisp.h" | 26 #include "lisp.h" |
27 | 27 |
28 #include "console-x.h" | 28 #include "console-x.h" |
29 #include "lwlib.h" | 29 #include "../lwlib/lwlib.h" |
30 #include "EmacsFrame.h" | 30 #include "EmacsFrame.h" |
31 | 31 |
32 #include "blocktype.h" | 32 #include "blocktype.h" |
33 #include "buffer.h" | 33 #include "buffer.h" |
34 #include "commands.h" | 34 #include "commands.h" |
63 #undef MOD_ALT | 63 #undef MOD_ALT |
64 #undef MOD_CONTROL | 64 #undef MOD_CONTROL |
65 #undef MOD_SHIFT | 65 #undef MOD_SHIFT |
66 #endif | 66 #endif |
67 | 67 |
68 #include <events-mod.h> | 68 #include "events-mod.h" |
69 | 69 |
70 static void enqueue_Xt_dispatch_event (Lisp_Object event); | 70 static void enqueue_Xt_dispatch_event (Lisp_Object event); |
71 | 71 |
72 static struct event_stream *Xt_event_stream; | 72 static struct event_stream *Xt_event_stream; |
73 | 73 |