From c5866f304210618979d03c561b1e3f6f83200bce Mon Sep 17 00:00:00 2001 From: ribet Date: Wed, 21 Mar 2007 10:19:39 +0000 Subject: Import initial --- src/emptycursor.xbm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/emptycursor.xbm (limited to 'src/emptycursor.xbm') diff --git a/src/emptycursor.xbm b/src/emptycursor.xbm new file mode 100644 index 0000000..fe79339 --- /dev/null +++ b/src/emptycursor.xbm @@ -0,0 +1,6 @@ +#define cursor_width 1 +#define cursor_height 1 +#define cursor_x_hot 0 +#define cursor_y_hot 0 +static char cursor_bits[] = { + 0x20}; -- cgit v1.1