]> Dogcows Code - chaz/openbox/commitdiff
include Xutil for shape.h on old X versions
authorDana Jansens <danakj@orodu.net>
Tue, 12 Aug 2003 17:40:05 +0000 (17:40 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 12 Aug 2003 17:40:05 +0000 (17:40 +0000)
openbox/extensions.h

index 51dafd92da1840137d259eed8d0c2a126f16fc78..e7791e9280d511462280b84fe9651b68e98324af 100644 (file)
@@ -4,6 +4,7 @@
 #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
This page took 0.025888 seconds and 4 git commands to generate.