]> Dogcows Code - chaz/openbox/blob - render/mask.h
2d507a63a70957c47581efcf9478ae97c8029f9e
[chaz/openbox] / 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
This page took 0.033131 seconds and 4 git commands to generate.