]> Dogcows Code - chaz/openbox/commitdiff
include Xlib.h for Pixmap
authorDana Jansens <danakj@orodu.net>
Mon, 17 Mar 2003 00:38:15 +0000 (00:38 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 17 Mar 2003 00:38:15 +0000 (00:38 +0000)
render/mask.h

index 2eed4c0763272d4eaaff7976e19f56d37b7c099c..90a622b3fe39353292680e4230e5e3f19391f190 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef __mask_h
 #define __mask_h
 
+#include <X11/Xlib.h>
+
 typedef struct {
   Pixmap mask;
   guint w, h;
This page took 0.024348 seconds and 4 git commands to generate.