]> Dogcows Code - chaz/openbox/blob - render/mask.h
mor fabulous focus fixings.
[chaz/openbox] / render / mask.h
1 #ifndef __mask_h
2 #define __mask_h
3
4 #include "render.h"
5 #include "../kernel/geom.h"
6
7 pixmap_mask *pixmap_mask_new(int w, int h, char *data);
8 void pixmap_mask_free(pixmap_mask *m);
9 void mask_draw(Pixmap p, TextureMask *m, Rect *position);
10
11 #endif
This page took 0.035495 seconds and 4 git commands to generate.