From 539111f252a647d9580dd01399f00d5f31fba582 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Tue, 19 May 2020 14:39:49 -0700 Subject: Initial, from oneko-1.2.sakura.5 --- src/cursors/petal_cursor_mask.xbm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/cursors/petal_cursor_mask.xbm (limited to 'src/cursors/petal_cursor_mask.xbm') diff --git a/src/cursors/petal_cursor_mask.xbm b/src/cursors/petal_cursor_mask.xbm new file mode 100644 index 0000000..8221484 --- /dev/null +++ b/src/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}; -- cgit 1.4.1