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