]> Dogcows Code - chaz/openbox/blob - render/mask.h
796155f13b879b69e38a8343788453a1ddef5528
[chaz/openbox] / render / mask.h
1 #ifndef __mask_h
2 #define __mask_h
3
4 #include <X11/Xlib.h>
5 #include <glib.h>
6 #include "render.h"
7
8 pixmap_mask *pixmap_mask_new(int w, int h, char *data);
9 void pixmap_mask_free(pixmap_mask *m);
10 void mask_draw(pixmap_mask *p, TextureMask *m);
11
12 #endif
This page took 0.032862 seconds and 3 git commands to generate.