author | insilmaril |
Mon Oct 06 09:18:11 2008 +0000 (2008-10-06) | |
branch | release-1-12-maintained |
changeset 50 | 4b65c117aab7 |
permissions | -rw-r--r-- |
1 static unsigned char chandopen[] = { // cursor bitmap
2 0x00,0x06,0x00,0x09,0xc0,0x39,0x20,0x29,0x20,0x69,0x20,0xa9,0x20,0xa9,0x22,
3 0xa9,0x25,0xa1,0x19,0xa0,0x01,0x80,0x02,0x80,0x04,0x80,0x08,0x80,0x10,0x40,
4 0x20,0x40};
6 static unsigned char chandopenmask[] = { // cursor bitmap mask
7 0x00,0x06,0x00,0x0f,0xc0,0x3f,0xe0,0x3f,0xe0,0x7f,0xe0,0xff,0xe0,0xff,0xe2,
8 0xff,0xe7,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xfc,0xff,0xf8,0xff,0xf0,0x7f,
9 0xe0,0x7f};