blob: 28a6528c6e05d6831cc752093f938295b86c2c3f (
plain)
1
2
3
4
5
|
#define mouse_width 9
#define mouse_height 9
static unsigned char mouse_bits[] = {
0xee, 0x00, 0xee, 0x00, 0xee, 0x00, 0x82, 0x00, 0xfe, 0x00, 0xfe, 0x00,
0xfe, 0x00, 0xfe, 0x00, 0x7c, 0x00 };
|