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