comparison data/cursors/chkn.xbm @ 160:8a11bbafa07f

Add support for creting xbm cursors
author Neil Muller <drnlmuller@gmail.com>
date Thu, 03 Sep 2009 22:15:35 +0000
parents
children 3e994b3f750d
comparison
equal deleted inserted replaced
159:7bb8d9d6858a 160:8a11bbafa07f
1 #define im_width 16
2 #define im_height 16
3 static char im_bits[] = {
4 0x1c,0x00,0x3c,0x3c,0x3e,0x7c,0x7c,0x7c,0xf8,0x3f,0xf8,0x7f,0xf8,0x3f,0xfc,
5 0x3f,0xfc,0x3f,0xf8,0x1f,0xf8,0x1f,0xe0,0x1f,0xc0,0x0f,0x80,0x07,0xc0,0x07,
6 0xe0,0x01
7 };