summaryrefslogtreecommitdiff
path: root/frontends/gtk/res/menu_cursor_mask.xbm
blob: 09789d51bb4df2a75c5d0662090d6b49df67dbdf (plain)
1
2
3
4
5
6
#define menu_cursor_mask_width 16
#define menu_cursor_mask_height 16
static char menu_cursor_mask_bits[] = {
	0xC0, 0xFF, 0xC8, 0xFF, 0xDF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xC8, 0xFF,
	0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF,
	0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0x00, 0x00 };