diff 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 diff
--- a/data/cursors/sell_cursor.xbm	Sat Sep 05 14:13:16 2009 +0000
+++ b/data/cursors/sell_cursor.xbm	Sat Sep 05 14:13:40 2009 +0000
@@ -1,9 +1,8 @@
-#define im_width 24
-#define im_height 24
-static char im_bits[] = {
-0x1f,0x00,0x00,0xff,0x00,0x00,0xff,0x07,0x00,0xff,0x3f,0x00,0xff,0x3b,0x00,
-0xfe,0x39,0x00,0xfe,0xff,0x01,0xfe,0xff,0x03,0xbe,0xbb,0x03,0x9c,0xbb,0x03,
-0x8c,0x3f,0x00,0x80,0x3f,0x00,0x80,0xff,0x00,0x00,0xfe,0x01,0x00,0xf8,0x03,
-0x00,0xf8,0x03,0x80,0xb9,0x03,0x80,0xb9,0x03,0x80,0xfb,0x03,0x80,0xff,0x03,
-0x00,0xff,0x00,0x00,0x38,0x00,0x00,0x38,0x00,0x00,0x38,0x00
-};
+#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 };