]> Dogcows Code - chaz/openbox/blob - render/mask.h
remove rependancy on geom.h from the kernel, provide what is used in its own geom.h
[chaz/openbox] / render / mask.h
1 #ifndef __mask_h
2 #define __mask_h
3
4 #include "render.h"
5 #include "geom.h"
6
7 RrPixmapMask *RrPixmapMaskNew(const RrInstance *inst,
8 gint w, gint h, const gchar *data);
9 void RrPixmapMaskFree(RrPixmapMask *m);
10 RrPixmapMask *RrPixmapMaskCopy(const RrPixmapMask *src);
11 void RrPixmapMaskDraw(Pixmap p, const RrTextureMask *m, const RrRect *area);
12
13 #endif
This page took 0.035464 seconds and 5 git commands to generate.