openbox/render/mask.h

10 lines
104 B
C
Raw Normal View History

2003-03-17 00:37:23 +00:00
#ifndef __mask_h
#define __mask_h
typedef struct {
Pixmap mask;
guint w, h;
} pixmap_mask;
#endif