rnd-20001203-2-src
[rocksndiamonds.git] / src / libgame / x11.h
index dc40776669fe84676a606ff6e7258aa3374ee804..f48584215ffb9440e2f5f60cd3d8c11155b1e7b3 100644 (file)
 #define FULLSCREEN_STATUS      FULLSCREEN_NOT_AVAILABLE
 
 
-/* structure definitions */
-
-struct X11DrawableInfo
-{
-  Drawable drawable;
-  Drawable clip_mask;
-  GC gc;               /* GC for normal drawing (inheritated from 'window') */
-  GC stored_clip_gc;   /* GC for masked drawing (used for whole Pixmap)     */
-  GC clip_gc;          /* can be 'stored_clip_gc' or one-tile-only clip GC  */
-};
-
-
 /* X11 type definitions */
 
 typedef struct X11DrawableInfo *Bitmap;
@@ -67,6 +55,18 @@ typedef XFocusChangeEvent    FocusChangeEvent;
 typedef XClientMessageEvent    ClientMessageEvent;
 
 
+/* structure definitions */
+
+struct X11DrawableInfo
+{
+  Drawable drawable;
+  Drawable clip_mask;
+  GC gc;               /* GC for normal drawing (inheritated from 'window') */
+  GC stored_clip_gc;   /* GC for masked drawing (used for whole Pixmap)     */
+  GC clip_gc;          /* can be 'stored_clip_gc' or one-tile-only clip GC  */
+};
+
+
 /* X11 symbol definitions */
 
 #define EVENT_BUTTONPRESS      ButtonPress