icons/cursorhandopen16.xpm
author insilmaril
Tue, 12 Jul 2005 12:02:55 +0000
changeset 126 1ad2d5c80848
parent 28 512536ce7773
permissions -rw-r--r--
1.7.0
     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};
     5 
     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};
    10