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