]> Dogcows Code - chaz/openbox/blob - render/mask.h
103b33d0d2374052c668e03d680569b73b6561b3
[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 pixmap_mask *pixmap_mask_new(int w, int h, char *data);
13 void pixmap_mask_free(pixmap_mask *m);
14
15 #endif
This page took 0.038632 seconds and 4 git commands to generate.