]> Dogcows Code - chaz/openbox/blobdiff - openbox/extensions.h
ultra-keyboard-controlled-menus
[chaz/openbox] / openbox / extensions.h
index e8262768a060a68438096ea786650038f638ba00..e7791e9280d511462280b84fe9651b68e98324af 100644 (file)
@@ -1,7 +1,10 @@
 #ifndef __extensions_h
 #define __extensions_h
 
+#include "geom.h"
+
 #include <X11/Xlib.h>
+#include <X11/Xutil.h> /* shape.h uses Region which is in here */
 #ifdef    XKB
 #include <X11/XKBlib.h>
 #endif
@@ -17,6 +20,7 @@
 #ifdef    VIDMODE
 #include <X11/extensions/xf86vmode.h>
 #endif
+
 #include <glib.h>
 
 /*! Does the display have the XKB extension? */
This page took 0.020324 seconds and 4 git commands to generate.