comparison 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
comparison
equal deleted inserted replaced
273:b13c2f0be9a3 274:bee12aed1f68
1 #define im_width 24 1 #define sell_cursor_width 16
2 #define im_height 24 2 #define sell_cursor_height 16
3 static char im_bits[] = { 3 #define sell_cursor_x_hot 8
4 0x1f,0x00,0x00,0xff,0x00,0x00,0xff,0x07,0x00,0xff,0x3f,0x00,0xff,0x3b,0x00, 4 #define sell_cursor_y_hot 8
5 0xfe,0x39,0x00,0xfe,0xff,0x01,0xfe,0xff,0x03,0xbe,0xbb,0x03,0x9c,0xbb,0x03, 5 static unsigned char sell_cursor_bits[] = {
6 0x8c,0x3f,0x00,0x80,0x3f,0x00,0x80,0xff,0x00,0x00,0xfe,0x01,0x00,0xf8,0x03, 6 0xe0, 0x07, 0x18, 0x1c, 0x84, 0x30, 0xe2, 0x63, 0x92, 0x64, 0x91, 0xc4,
7 0x00,0xf8,0x03,0x80,0xb9,0x03,0x80,0xb9,0x03,0x80,0xfb,0x03,0x80,0xff,0x03, 7 0x91, 0xc0, 0xe1, 0xc0, 0x81, 0xc3, 0x81, 0xc4, 0x91, 0xc4, 0x92, 0x64,
8 0x00,0xff,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00 8 0xe2, 0x63, 0x84, 0x30, 0x18, 0x1c, 0xe0, 0x07 };
9 };