Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/my_cursor_mask.xbm
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2011-10-29 02:41:02 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-10-29 02:41:02 (GMT)
commit29d829e7b80c2396061d105a2a03728c9b688789 (patch)
treea984f4ee306022f0b03c8d13686cfa69f8edc372 /my_cursor_mask.xbm
parent61311ed8cf61deb68f4bd0a3f9aa01580ad4930a (diff)
Standard cursor, clean of debug code
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
Diffstat (limited to 'my_cursor_mask.xbm')
-rwxr-xr-xmy_cursor_mask.xbm17
1 files changed, 17 insertions, 0 deletions
diff --git a/my_cursor_mask.xbm b/my_cursor_mask.xbm
new file mode 100755
index 0000000..944cf7d
--- /dev/null
+++ b/my_cursor_mask.xbm
@@ -0,0 +1,17 @@
+#define standardcursor_width 40
+#define standardcursor_height 40
+static unsigned char standardcursor_bits[] = {
+ 0xff,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0xff,0x03,
+ 0xff,0xff,0xff,0xff,0x03,0xff,0xff,0xff,0xff,0x03,0xff,0xff,0xff,0xff,0x07,
+ 0xff,0xff,0xff,0xff,0x07,0xff,0xff,0xff,0xff,0x03,0xff,0xff,0xff,0xff,0x03,
+ 0xff,0xff,0xff,0xff,0x03,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0xff,0x00,
+ 0xff,0xff,0x3f,0x00,0x00,0xff,0xff,0x7f,0x00,0x00,0xff,0xff,0xff,0x00,0x00,
+ 0xff,0xff,0xff,0x01,0x00,0xff,0xff,0xff,0x03,0x00,0xff,0xff,0xff,0x07,0x00,
+ 0xff,0xff,0xff,0x0f,0x00,0xff,0xff,0xff,0x1f,0x00,0xff,0xff,0xff,0x3f,0x00,
+ 0xff,0xff,0xff,0x7f,0x00,0xff,0xef,0xff,0xff,0x00,0xff,0xcf,0xff,0xff,0x01,
+ 0xff,0x8f,0xff,0xff,0x03,0xff,0x0f,0xff,0xff,0x07,0xff,0x0f,0xfe,0xff,0x07,
+ 0xff,0x0f,0xfc,0xff,0x0f,0xff,0x0f,0xf8,0xff,0x0f,0xff,0x0f,0xf0,0xff,0x0f,
+ 0xff,0x0f,0xe0,0xff,0x0f,0xff,0x0f,0xc0,0xff,0x0f,0xfe,0x07,0x80,0xff,0x07,
+ 0xfc,0x03,0x00,0xff,0x07,0x60,0x00,0x00,0xfe,0x03,0x00,0x00,0x00,0xf8,0x00,
+ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
+ 0x00,0x00,0x00,0x00,0x00}; \ No newline at end of file