diff data/cursors/equip_knife.xbm @ 160:8a11bbafa07f

Add support for creting xbm cursors
author Neil Muller <drnlmuller@gmail.com>
date Thu, 03 Sep 2009 22:15:35 +0000
parents
children 7024d48c41c2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/cursors/equip_knife.xbm	Thu Sep 03 22:15:35 2009 +0000
@@ -0,0 +1,7 @@
+#define im_width 16
+#define im_height 16
+static char im_bits[] = {
+0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x00,0x18,0xe0,
+0x1f,0xff,0x0f,0xff,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
+0x00,0x00
+};