summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-17 00:38:15 +0000
committerDana Jansens <danakj@orodu.net>2003-03-17 00:38:15 +0000
commit05145e157f0ea31eeab89cda3b1fb44234402a12 (patch)
tree6787bafe2d3d3a2bbe595b24c188029672271d12 /render
parent5f5b45a92035e6ab8350ba133984034983622de7 (diff)
include Xlib.h for Pixmap
Diffstat (limited to 'render')
-rw-r--r--render/mask.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/mask.h b/render/mask.h
index 2eed4c07..90a622b3 100644
--- a/render/mask.h
+++ b/render/mask.h
@@ -1,6 +1,8 @@
#ifndef __mask_h
#define __mask_h
+#include <X11/Xlib.h>
+
typedef struct {
Pixmap mask;
guint w, h;