/* Created with The GIMP */ #define hourglass_mask_width 13 #define hourglass_mask_height 19 static unsigned char hourglass_mask_bits[] = { 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0x0e, 0x0e, 0x0e, 0x0e, 0x0e, 0x0e, 0x1e, 0x0f, 0xbc, 0x07, 0xf8, 0x03, 0xf0, 0x01, 0xf8, 0x03, 0xbc, 0x07, 0x5e, 0x0f, 0x4e, 0x0e, 0xee, 0x0e, 0xfe, 0x0f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f };