summary refs log tree commit diff
path: root/cursors
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-05-19 21:54:39 -0700
committerIrene Knapp <ireneista@gmail.com>2020-05-19 21:54:39 -0700
commit3ec84b5f7c7cdc50fa1c75cf838bbb982acc4349 (patch)
treef2b1c92fe2177d8e7b8ee3c96d6314c4f6600a3a /cursors
Import oneko-1.2.sakura.5 unchanged, from 1999. upstream
Diffstat (limited to 'cursors')
-rw-r--r--cursors/bone_cursor.xbm8
-rw-r--r--cursors/bone_cursor_mask.xbm8
-rw-r--r--cursors/bsd_cursor.xbm8
-rw-r--r--cursors/bsd_cursor_mask.xbm6
-rw-r--r--cursors/card_cursor.xbm7
-rw-r--r--cursors/card_cursor_mask.xbm5
-rw-r--r--cursors/cursor.include10
-rw-r--r--cursors/mouse_cursor.xbm8
-rw-r--r--cursors/mouse_cursor_mask.xbm6
-rw-r--r--cursors/petal_cursor.xbm8
-rw-r--r--cursors/petal_cursor_mask.xbm6
11 files changed, 80 insertions, 0 deletions
diff --git a/cursors/bone_cursor.xbm b/cursors/bone_cursor.xbm
new file mode 100644
index 0000000..6baad76
--- /dev/null
+++ b/cursors/bone_cursor.xbm
@@ -0,0 +1,8 @@
+#define bone_cursor_width 17
+#define bone_cursor_height 12
+#define bone_cursor_x_hot 8
+#define bone_cursor_y_hot 7
+static char bone_cursor_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x0c, 0x60, 0x00, 0x12, 0x90, 0x00, 0xe1, 0x0f, 0x01,
+   0x01, 0x00, 0x01, 0xe1, 0x0f, 0x01, 0x12, 0x90, 0x00, 0x0c, 0x60, 0x00};
diff --git a/cursors/bone_cursor_mask.xbm b/cursors/bone_cursor_mask.xbm
new file mode 100644
index 0000000..295c999
--- /dev/null
+++ b/cursors/bone_cursor_mask.xbm
@@ -0,0 +1,8 @@
+#define bone_cursor_mask_width 17
+#define bone_cursor_mask_height 12
+#define bone_cursor_mask_x_hot 8
+#define bone_cursor_mask_y_hot 7
+static char bone_cursor_mask_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+   0x00, 0x00, 0x00, 0x0c, 0x60, 0x00, 0x1e, 0xf0, 0x00, 0xff, 0xff, 0x01,
+   0xff, 0xff, 0x01, 0xff, 0xff, 0x01, 0x1e, 0xf0, 0x00, 0x0c, 0x60, 0x00};
diff --git a/cursors/bsd_cursor.xbm b/cursors/bsd_cursor.xbm
new file mode 100644
index 0000000..51bf06e
--- /dev/null
+++ b/cursors/bsd_cursor.xbm
@@ -0,0 +1,8 @@
+#define bsd_cursor_width 17
+#define bsd_cursor_height 12
+#define bsd_cursor_x_hot 8
+#define bsd_cursor_y_hot 6
+static unsigned char bsd_cursor_bits[] = {
+   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x63, 0xc4, 0xff,
+   0x5b, 0xb7, 0xfe, 0x63, 0xb4, 0xfe, 0xdb, 0xb5, 0xfe, 0x63, 0xc4, 0xfe,
+   0xfd, 0x7f, 0xff, 0xf3, 0x8f, 0xff, 0x07, 0xc0, 0xff, 0x1f, 0xf0, 0xff};
diff --git a/cursors/bsd_cursor_mask.xbm b/cursors/bsd_cursor_mask.xbm
new file mode 100644
index 0000000..0a6dcdd
--- /dev/null
+++ b/cursors/bsd_cursor_mask.xbm
@@ -0,0 +1,6 @@
+#define bsd_cursor_mask_width 17
+#define bsd_cursor_mask_height 12
+static unsigned char bsd_cursor_mask_bits[] = {
+   0xe0, 0x0f, 0x00, 0xf8, 0x3f, 0x00, 0xfc, 0x7f, 0x00, 0xfe, 0xff, 0x00,
+   0xff, 0xff, 0x01, 0xff, 0xff, 0x01, 0xff, 0xff, 0x01, 0xff, 0xff, 0x01,
+   0xfe, 0xff, 0x00, 0xfc, 0x7f, 0x00, 0xf8, 0x3f, 0x00, 0xe0, 0x0f, 0x00};
diff --git a/cursors/card_cursor.xbm b/cursors/card_cursor.xbm
new file mode 100644
index 0000000..7bda353
--- /dev/null
+++ b/cursors/card_cursor.xbm
@@ -0,0 +1,7 @@
+#define card_cursor_width 8
+#define card_cursor_height 16
+#define card_cursor_x_hot 3
+#define card_cursor_y_hot 7
+static unsigned char card_cursor_bits[] = {
+   0x7e, 0x81, 0x81, 0x99, 0xbd, 0xad, 0xb5, 0xad, 0xb5, 0xad, 0xb5, 0xbd,
+   0x99, 0x81, 0x81, 0x7e};
diff --git a/cursors/card_cursor_mask.xbm b/cursors/card_cursor_mask.xbm
new file mode 100644
index 0000000..95f1d39
--- /dev/null
+++ b/cursors/card_cursor_mask.xbm
@@ -0,0 +1,5 @@
+#define card_cursor_mask_width 8
+#define card_cursor_mask_height 16
+static unsigned char card_cursor_mask_bits[] = {
+   0x7e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
+   0xff, 0xff, 0xff, 0x7e};
diff --git a/cursors/cursor.include b/cursors/cursor.include
new file mode 100644
index 0000000..ef96d72
--- /dev/null
+++ b/cursors/cursor.include
@@ -0,0 +1,10 @@
+#include "mouse_cursor.xbm"
+#include "mouse_cursor_mask.xbm"
+#include "bone_cursor.xbm"
+#include "bone_cursor_mask.xbm"
+#include "bsd_cursor.xbm"
+#include "bsd_cursor_mask.xbm"
+#include "card_cursor.xbm"
+#include "card_cursor_mask.xbm"
+#include "petal_cursor.xbm"
+#include "petal_cursor_mask.xbm"
diff --git a/cursors/mouse_cursor.xbm b/cursors/mouse_cursor.xbm
new file mode 100644
index 0000000..e21017c
--- /dev/null
+++ b/cursors/mouse_cursor.xbm
@@ -0,0 +1,8 @@
+#define mouse_cursor_width 17
+#define mouse_cursor_height 12
+#define mouse_cursor_x_hot 8
+#define mouse_cursor_y_hot 7
+static char mouse_cursor_bits[] = {
+   0x20, 0x00, 0x00, 0x90, 0x20, 0x00, 0x40, 0x40, 0x00, 0x0c, 0x40, 0x00,
+   0x14, 0x8f, 0x00, 0x94, 0xb0, 0x00, 0x7c, 0x20, 0x01, 0x0c, 0x4c, 0x01,
+   0x0a, 0x42, 0x01, 0x42, 0x82, 0x00, 0x3b, 0x87, 0x00, 0xff, 0x7f, 0x00};
diff --git a/cursors/mouse_cursor_mask.xbm b/cursors/mouse_cursor_mask.xbm
new file mode 100644
index 0000000..6874f70
--- /dev/null
+++ b/cursors/mouse_cursor_mask.xbm
@@ -0,0 +1,6 @@
+#define mouse_cursor_mask_width 17
+#define mouse_cursor_mask_height 12
+static char mouse_cursor_mask_bits[] = {
+   0x20, 0x00, 0x00, 0x90, 0x20, 0x00, 0x40, 0x40, 0x00, 0x0c, 0x40, 0x00,
+   0x1c, 0x8f, 0x00, 0x9c, 0xbf, 0x00, 0xfc, 0x3f, 0x01, 0xfc, 0x7f, 0x01,
+   0xfe, 0x7f, 0x01, 0xfe, 0xff, 0x00, 0xff, 0xff, 0x00, 0xff, 0x7f, 0x00};
diff --git a/cursors/petal_cursor.xbm b/cursors/petal_cursor.xbm
new file mode 100644
index 0000000..f486f38
--- /dev/null
+++ b/cursors/petal_cursor.xbm
@@ -0,0 +1,8 @@
+#define petal_cursor_width 9
+#define petal_cursor_height 14
+#define petal_cursor_x_hot 4
+#define petal_cursor_y_hot 12
+static unsigned char petal_cursor_bits[] = {
+   0x00, 0x00, 0x6c, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00,
+   0x7c, 0x00, 0x7c, 0x00, 0x7c, 0x00, 0x38, 0x00, 0x38, 0x00, 0x10, 0x00,
+   0x10, 0x00, 0x00, 0x00};
diff --git a/cursors/petal_cursor_mask.xbm b/cursors/petal_cursor_mask.xbm
new file mode 100644
index 0000000..8221484
--- /dev/null
+++ b/cursors/petal_cursor_mask.xbm
@@ -0,0 +1,6 @@
+#define petal_cursor_mask_width 9
+#define petal_cursor_mask_height 14
+static unsigned char petal_cursor_mask_bits[] = {
+   0x6c, 0x00, 0xfe, 0x00, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01, 0xff, 0x01,
+   0xfe, 0x00, 0xfe, 0x00, 0xfe, 0x00, 0x7c, 0x00, 0x7c, 0x00, 0x38, 0x00,
+   0x38, 0x00, 0x10, 0x00};