#ifndef __mask_h #define __mask_h #include typedef struct { Pixmap mask; guint w, h; } pixmap_mask; #endif