From 11e106bf56322bd30edd64458ed437050782b518 Mon Sep 17 00:00:00 2001 From: daryll Date: Sun, 5 Dec 1999 01:05:38 +0000 Subject: Import XFree 3.9.16 --- xc/include/bitmaps/dot | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 xc/include/bitmaps/dot (limited to 'xc/include/bitmaps/dot') diff --git a/xc/include/bitmaps/dot b/xc/include/bitmaps/dot new file mode 100644 index 000000000..e403eebe9 --- /dev/null +++ b/xc/include/bitmaps/dot @@ -0,0 +1,6 @@ +#define dot_width 16 +#define dot_height 16 +static char dot_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf0, 0x0f, + 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf8, 0x1f, 0xf0, 0x0f, 0xf0, 0x0f, + 0xc0, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; -- cgit v1.2.3