diff data/cursors/chkn.xbm @ 291:3e994b3f750d

added chicken feet move cursor; removed unused cursors and cursor generation code
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sat, 05 Sep 2009 16:12:22 +0000
parents 8a11bbafa07f
children
line wrap: on
line diff
--- a/data/cursors/chkn.xbm	Sat Sep 05 16:07:48 2009 +0000
+++ b/data/cursors/chkn.xbm	Sat Sep 05 16:12:22 2009 +0000
@@ -1,7 +1,8 @@
-#define im_width 16
-#define im_height 16
-static char im_bits[] = {
-0x1c,0x00,0x3c,0x3c,0x3e,0x7c,0x7c,0x7c,0xf8,0x3f,0xf8,0x7f,0xf8,0x3f,0xfc,
-0x3f,0xfc,0x3f,0xf8,0x1f,0xf8,0x1f,0xe0,0x1f,0xc0,0x0f,0x80,0x07,0xc0,0x07,
-0xe0,0x01
-};
+#define chkn_width 16
+#define chkn_height 16
+#define chkn_x_hot 8
+#define chkn_y_hot 8
+static unsigned char chkn_bits[] = {
+   0x00, 0x08, 0x00, 0x08, 0x80, 0x88, 0x00, 0x49, 0x00, 0x6b, 0x10, 0x3e,
+   0x10, 0x1c, 0x11, 0x1d, 0x92, 0x08, 0xd6, 0x08, 0x7c, 0x08, 0x38, 0x00,
+   0x38, 0x00, 0x10, 0x00, 0x10, 0x00, 0x10, 0x00 };