From d8a265c292730d37ead16d6333be10451286af8a Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 4 Sep 1994 04:03:31 +0000 Subject: Bring in the 4.4 Lite games directory, modulo man page changes and segregation of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh --- games/x11/xneko/bitmaps/cursor_mask.xbm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 games/x11/xneko/bitmaps/cursor_mask.xbm (limited to 'games/x11/xneko/bitmaps/cursor_mask.xbm') diff --git a/games/x11/xneko/bitmaps/cursor_mask.xbm b/games/x11/xneko/bitmaps/cursor_mask.xbm new file mode 100644 index 0000000..2548715 --- /dev/null +++ b/games/x11/xneko/bitmaps/cursor_mask.xbm @@ -0,0 +1,6 @@ +#define cursor_mask_width 17 +#define cursor_mask_height 12 +static char 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}; -- cgit v1.1