]> icculus.org git repositories - dana/openbox.git/blob - render/mask.h
update the menus before putting them in the visible list
[dana/openbox.git] / 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