diff options
author | Irene Knapp <ireneista@gmail.com> | 2020-05-19 14:39:49 -0700 |
---|---|---|
committer | Irene Knapp <ireneista@gmail.com> | 2020-05-19 14:39:49 -0700 |
commit | 539111f252a647d9580dd01399f00d5f31fba582 (patch) | |
tree | 688304b9506232f2a687154358c134db7fa244c2 /src/cursors/petal_cursor.xbm |
Initial, from oneko-1.2.sakura.5
Diffstat (limited to 'src/cursors/petal_cursor.xbm')
-rw-r--r-- | src/cursors/petal_cursor.xbm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cursors/petal_cursor.xbm b/src/cursors/petal_cursor.xbm new file mode 100644 index 0000000..f486f38 --- /dev/null +++ b/src/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}; |