diff options
Diffstat (limited to 'nx-X11/lib/dpstk/squaremask.xbm')
-rw-r--r-- | nx-X11/lib/dpstk/squaremask.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nx-X11/lib/dpstk/squaremask.xbm b/nx-X11/lib/dpstk/squaremask.xbm new file mode 100644 index 000000000..ea2e0d96b --- /dev/null +++ b/nx-X11/lib/dpstk/squaremask.xbm @@ -0,0 +1,6 @@ +#define squaremask_width 16 +#define squaremask_height 16 +static unsigned char squaremask_bits[] = { + 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, + 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, 0xff, 0x1f, + 0xff, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; |