summaryrefslogtreecommitdiff
path: root/render/mask.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-17 00:37:23 +0000
committerDana Jansens <danakj@orodu.net>2003-03-17 00:37:23 +0000
commit1f63f7b331887a192ddf927670471c3f00f307f5 (patch)
tree0df4e85386be3bc555abbb6bdc3d43a73bc12870 /render/mask.h
parentcce970813f088952e05e20f13d77d6f4766863e3 (diff)
add a struct for pixmap masks
Diffstat (limited to 'render/mask.h')
-rw-r--r--render/mask.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/render/mask.h b/render/mask.h
new file mode 100644
index 00000000..2eed4c07
--- /dev/null
+++ b/render/mask.h
@@ -0,0 +1,9 @@
+#ifndef __mask_h
+#define __mask_h
+
+typedef struct {
+ Pixmap mask;
+ guint w, h;
+} pixmap_mask;
+
+#endif