]> Dogcows Code - chaz/openbox/blob - render/mask.h
include Xlib.h for Pixmap
[chaz/openbox] / render / mask.h
1 #ifndef __mask_h
2 #define __mask_h
3
4 #include <X11/Xlib.h>
5
6 typedef struct {
7 Pixmap mask;
8 guint w, h;
9 } pixmap_mask;
10
11 #endif
This page took 0.03719 seconds and 5 git commands to generate.