summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-17 00:38:29 +0000
committerDana Jansens <danakj@orodu.net>2003-03-17 00:38:29 +0000
commit14f17c96d069f08f73094e66692d57aeffa69f6b (patch)
treea0ca035c3685941a5cf21bb038e39baa37851e4a /render
parent05145e157f0ea31eeab89cda3b1fb44234402a12 (diff)
add glib.h for guint
Diffstat (limited to 'render')
-rw-r--r--render/mask.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/mask.h b/render/mask.h
index 90a622b3..2d507a63 100644
--- a/render/mask.h
+++ b/render/mask.h
@@ -2,6 +2,7 @@
#define __mask_h
#include <X11/Xlib.h>
+#include <glib.h>
typedef struct {
Pixmap mask;