view data/cursors/egg.xbm @ 262:d508248041ff

avoid passing events in twice
author Neil Muller <drnlmuller@gmail.com>
date Sat, 05 Sep 2009 13:36:00 +0000
parents 8a11bbafa07f
children
line wrap: on
line source

#define im_width 16
#define im_height 16
static char im_bits[] = {
0xf8,0x03,0xfc,0x07,0xfe,0x0f,0xfe,0x0f,0xff,0x1f,0xff,0x1f,0xff,0x1f,0xff,
0x1f,0xff,0x1f,0xff,0x1f,0xff,0x1f,0xff,0x1f,0xff,0x1f,0xfe,0x0f,0xfc,0x07,
0xf8,0x03
};