comparison src/console-x.h @ 454:d7a9135ec789 r21-2-42

Import from CVS: tag r21-2-42
author cvs
date Mon, 13 Aug 2007 11:40:54 +0200
parents 576fb035e263
children c33ae14dd6d0
comparison
equal deleted inserted replaced
453:270b05afd845 454:d7a9135ec789
38 #include "xintrinsic.h" 38 #include "xintrinsic.h"
39 39
40 #include <X11/cursorfont.h> 40 #include <X11/cursorfont.h>
41 #include <X11/keysym.h> 41 #include <X11/keysym.h>
42 #include <X11/Xatom.h> 42 #include <X11/Xatom.h>
43
44 #if 0 /* mrb - Xos sux. */
45 #ifdef USG
46 #undef USG /* ####KLUDGE for Solaris 2.2 and up */
47 #include <X11/Xos.h>
48 #define USG
49 #else
50 #include <X11/Xos.h>
51 #endif
52 #endif /* 0 */
53
54 #include <X11/StringDefs.h> 43 #include <X11/StringDefs.h>
55 44
56 #ifdef HAVE_XPM 45 #ifdef HAVE_XPM
57 #include <X11/xpm.h> 46 #include <X11/xpm.h>
58 #endif 47 #endif
74 int being_deleted; 63 int being_deleted;
75 64
76 /* Xt application info. */ 65 /* Xt application info. */
77 Widget Xt_app_shell; 66 Widget Xt_app_shell;
78 67
79 /* Cache of GC's for frame's on this device. */ 68 /* Cache of GC's for frames on this device. */
80 struct gc_cache *gc_cache; 69 struct gc_cache *gc_cache;
81 70
82 /* Selected visual, depth and colormap for this device */ 71 /* Selected visual, depth and colormap for this device */
83 Visual *visual; 72 Visual *visual;
84 int depth; 73 int depth;