view data/cursors/sell_cursor.xbm @ 274:bee12aed1f68

custom sell cursor
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 05 Sep 2009 14:13:40 +0000
parents d564ae258471
children
line wrap: on
line source

#define sell_cursor_width 16
#define sell_cursor_height 16
#define sell_cursor_x_hot 8
#define sell_cursor_y_hot 8
static unsigned char sell_cursor_bits[] = {
   0xe0, 0x07, 0x18, 0x1c, 0x84, 0x30, 0xe2, 0x63, 0x92, 0x64, 0x91, 0xc4,
   0x91, 0xc0, 0xe1, 0xc0, 0x81, 0xc3, 0x81, 0xc4, 0x91, 0xc4, 0x92, 0x64,
   0xe2, 0x63, 0x84, 0x30, 0x18, 0x1c, 0xe0, 0x07 };