summaryrefslogtreecommitdiff
path: root/blt/library/treeview_m.xbm
blob: 9ba8767b12d781e37bd76e98ab40103d266f4651 (plain)
1
2
3
4
5
6
7
8
#define testm_width 16
#define testm_height 16
#define testm_x_hot 7
#define testm_y_hot 7
static unsigned char testm_bits[] = {
   0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xfc, 0x3f, 0xfe, 0x7f,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xfc, 0x3f, 0xf0, 0x0f,
   0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f, 0xf0, 0x0f};