]> icculus.org git repositories - mikachu/openbox.git/blob - render/mask.h
add a struct for pixmap masks
[mikachu/openbox.git] / render / mask.h
1 #ifndef __mask_h
2 #define __mask_h
3
4 typedef struct {
5   Pixmap mask;
6   guint w, h;
7 } pixmap_mask;
8
9 #endif