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/card_cursor.xbm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/cursors/card_cursor.xbm (limited to 'src/cursors/card_cursor.xbm') diff --git a/src/cursors/card_cursor.xbm b/src/cursors/card_cursor.xbm new file mode 100644 index 0000000..7bda353 --- /dev/null +++ b/src/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}; -- cgit 1.4.1