12345678 |
- #define gs_t.xbm_width 16
- #define gs_t.xbm_height 16
- #define gs_t.xbm_x_hot 0
- #define gs_t.xbm_y_hot 0
- static unsigned char gs.t.bm_bits[] = {
- 0x00, 0x10, 0x00, 0x20, 0x00, 0x68, 0xf0, 0x67, 0xfc, 0x61, 0x7e, 0x70,
- 0x1f, 0xf9, 0x4f, 0xfd, 0x4f, 0xfc, 0x0f, 0xf8, 0x1f, 0xf3, 0x1e, 0xe3,
- 0x3e, 0x60, 0x7c, 0x30, 0x70, 0x0c, 0x1e, 0x00};
|