You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
355 B
8 lines
355 B
#define gs_t_m.xbm_width 16
|
|
#define gs_t_m.xbm_height 16
|
|
#define gs_t_m.xbm_x_hot 0
|
|
#define gs_t_m.xbm_y_hot 0
|
|
static unsigned char gs.t_m.bm_bits[] = {
|
|
0x00, 0x10, 0x00, 0x30, 0x00, 0x78, 0xf0, 0x7f, 0xfc, 0x7f, 0xfe, 0x7f,
|
|
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff,
|
|
0xfe, 0x7f, 0xfc, 0x3f, 0xf0, 0x0f, 0xfe, 0x0f};
|