diff options
author | daryll <daryll> | 1999-12-05 01:05:38 +0000 |
---|---|---|
committer | daryll <daryll> | 1999-12-05 01:05:38 +0000 |
commit | 11e106bf56322bd30edd64458ed437050782b518 (patch) | |
tree | f9d905d6d3be0d79bd2da6c063589c7d8447e7f9 /xc/include/bitmaps/dot | |
parent | fdec2a5e358ec6bb9857587680f00bd2c91413b6 (diff) |
Import XFree 3.9.16
Diffstat (limited to 'xc/include/bitmaps/dot')
-rw-r--r-- | xc/include/bitmaps/dot | 6 |
1 files changed, 6 insertions, 0 deletions
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}; |