annotate data/cursors/equip_knife.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 7024d48c41c2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
160
8a11bbafa07f Add support for creting xbm cursors
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
1 #define im_width 16
8a11bbafa07f Add support for creting xbm cursors
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
2 #define im_height 16
8a11bbafa07f Add support for creting xbm cursors
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
3 static char im_bits[] = {
8a11bbafa07f Add support for creting xbm cursors
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
4 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x00,0x18,0xe0,
8a11bbafa07f Add support for creting xbm cursors
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
5 0x1f,0xff,0x0f,0xff,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
8a11bbafa07f Add support for creting xbm cursors
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
6 0x00,0x00
8a11bbafa07f Add support for creting xbm cursors
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
7 };