From f4092abdf94af6a99aff944d6264bc1284e8bdd4 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 10 Oct 2011 17:43:39 +0200 Subject: Imported nx-X11-3.1.0-1.tar.gz Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository --- nx-X11/include/bitmaps/boxes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nx-X11/include/bitmaps/boxes (limited to 'nx-X11/include/bitmaps/boxes') diff --git a/nx-X11/include/bitmaps/boxes b/nx-X11/include/bitmaps/boxes new file mode 100644 index 000000000..0deb80130 --- /dev/null +++ b/nx-X11/include/bitmaps/boxes @@ -0,0 +1,6 @@ +#define boxes_width 16 +#define boxes_height 16 +static char boxes_bits[] = { + 0x0f, 0x0f, 0x09, 0x09, 0x09, 0x09, 0x0f, 0x0f, 0xf0, 0xf0, 0x90, 0x90, + 0x90, 0x90, 0xf0, 0xf0, 0x0f, 0x0f, 0x09, 0x09, 0x09, 0x09, 0x0f, 0x0f, + 0xf0, 0xf0, 0x90, 0x90, 0x90, 0x90, 0xf0, 0xf0}; -- cgit v1.2.3