annotate data/cursors/egg.xbm @ 231:857040b211d5

Note why we're disabling a warning.
author Simon Cross <hodgestar@gmail.com>
date Fri, 04 Sep 2009 23:59:28 +0000
parents 8a11bbafa07f
children
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 0xf8,0x03,0xfc,0x07,0xfe,0x0f,0xfe,0x0f,0xff,0x1f,0xff,0x1f,0xff,0x1f,0xff,
8a11bbafa07f Add support for creting xbm cursors
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
5 0x1f,0xff,0x1f,0xff,0x1f,0xff,0x1f,0xff,0x1f,0xff,0x1f,0xfe,0x0f,0xfc,0x07,
8a11bbafa07f Add support for creting xbm cursors
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
6 0xf8,0x03
8a11bbafa07f Add support for creting xbm cursors
Neil Muller <drnlmuller@gmail.com>
parents:
diff changeset
7 };