]> icculus.org git repositories - dana/openbox.git/blob - render/mask.h
add glib.h for guint
[dana/openbox.git] / render / mask.h
1 #ifndef __mask_h
2 #define __mask_h
3
4 #include <X11/Xlib.h>
5 #include <glib.h>
6
7 typedef struct {
8   Pixmap mask;
9   guint w, h;
10 } pixmap_mask;
11
12 #endif