Mercurial > hg > xemacs-beta
comparison src/console-x.h @ 2484:bc9d41cf82df
[xemacs-hg @ 2005-01-17 10:10:16 by stephent]
Ville's ISO LEVEL 3 SHIFT patch <878y6sjrm7.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Mon, 17 Jan 2005 10:10:18 +0000 |
parents | 01c57eb70ae9 |
children | ad2f4ae9895b |
comparison
equal
deleted
inserted
replaced
2483:57a5686cfe9c | 2484:bc9d41cf82df |
---|---|
34 #define INCLUDED_console_x_h_ | 34 #define INCLUDED_console_x_h_ |
35 | 35 |
36 #ifdef HAVE_X_WINDOWS | 36 #ifdef HAVE_X_WINDOWS |
37 | 37 |
38 #include "console.h" | 38 #include "console.h" |
39 /* must come before Xutil.h, which is included indirectly from xintrinsic.h, | |
40 to avoid breakage in keysym-parsing macros from X11R6, at least X.org as | |
41 of 2005-01-17, and probably XFree86 too from reports on c.e.x */ | |
42 #include <X11/keysym.h> | |
39 #include "xintrinsic.h" | 43 #include "xintrinsic.h" |
40 #include "../lwlib/lwlib.h" | 44 #include "../lwlib/lwlib.h" |
41 | 45 |
42 #include <X11/cursorfont.h> | 46 #include <X11/cursorfont.h> |
43 #include <X11/keysym.h> | |
44 #include <X11/Xatom.h> | 47 #include <X11/Xatom.h> |
45 #include <X11/StringDefs.h> | 48 #include <X11/StringDefs.h> |
46 | 49 |
47 #ifdef HAVE_XPM | 50 #ifdef HAVE_XPM |
48 #include <X11/xpm.h> | 51 #include <X11/xpm.h> |