openbox/render/mask.h

12 lines
127 B
C
Raw Normal View History

2003-03-17 00:37:23 +00:00
#ifndef __mask_h
#define __mask_h
2003-03-17 00:38:15 +00:00
#include <X11/Xlib.h>
2003-03-17 00:37:23 +00:00
typedef struct {
Pixmap mask;
guint w, h;
} pixmap_mask;
#endif