]> icculus.org git repositories - mikachu/openbox.git/blob - mask.h
4d2144e2117b446b3ca3d87a640ca55fb2b629a6
[mikachu/openbox.git] / mask.h
1 #ifndef __mask_h
2 #define __mask_h
3
4 #include "render.h"
5
6 pixmap_mask *pixmap_mask_new(int w, int h, char *data);
7 void pixmap_mask_free(pixmap_mask *m);
8 void mask_draw(Pixmap p, TextureMask *m, int width, int height);
9
10 #endif