diff options
Diffstat (limited to 'nx-X11/lib/dpstk/eyedropmask16.xbm')
-rw-r--r-- | nx-X11/lib/dpstk/eyedropmask16.xbm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nx-X11/lib/dpstk/eyedropmask16.xbm b/nx-X11/lib/dpstk/eyedropmask16.xbm new file mode 100644 index 000000000..e1a696dd6 --- /dev/null +++ b/nx-X11/lib/dpstk/eyedropmask16.xbm @@ -0,0 +1,8 @@ +#define eyedropmask16_width 16 +#define eyedropmask16_height 16 +#define eyedropmask16_x_hot 0 +#define eyedropmask16_y_hot 13 +static unsigned char eyedropmask16_bits[] = { + 0x00, 0x7c, 0x00, 0xfe, 0x80, 0xff, 0x00, 0xff, 0x80, 0xff, 0xc0, 0xff, + 0xe0, 0x7f, 0xf0, 0x3f, 0xf8, 0x2f, 0xfc, 0x07, 0xfc, 0x03, 0xfc, 0x01, + 0xfe, 0x00, 0x7f, 0x00, 0x0e, 0x00, 0x04, 0x00}; |