comparison data/cursors/chkn.xbm @ 291:3e994b3f750d

added chicken feet move cursor; removed unused cursors and cursor generation code
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 05 Sep 2009 16:12:22 +0000
parents 8a11bbafa07f
children
comparison
equal deleted inserted replaced
290:664bba9be40a 291:3e994b3f750d
1 #define im_width 16 1 #define chkn_width 16
2 #define im_height 16 2 #define chkn_height 16
3 static char im_bits[] = { 3 #define chkn_x_hot 8
4 0x1c,0x00,0x3c,0x3c,0x3e,0x7c,0x7c,0x7c,0xf8,0x3f,0xf8,0x7f,0xf8,0x3f,0xfc, 4 #define chkn_y_hot 8
5 0x3f,0xfc,0x3f,0xf8,0x1f,0xf8,0x1f,0xe0,0x1f,0xc0,0x0f,0x80,0x07,0xc0,0x07, 5 static unsigned char chkn_bits[] = {
6 0xe0,0x01 6 0x00, 0x08, 0x00, 0x08, 0x80, 0x88, 0x00, 0x49, 0x00, 0x6b, 0x10, 0x3e,
7 }; 7 0x10, 0x1c, 0x11, 0x1d, 0x92, 0x08, 0xd6, 0x08, 0x7c, 0x08, 0x38, 0x00,
8 0x38, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00 };