diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 20:21:41 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 20:21:41 +0000 |
commit | 78d9ac52db47a21e2260ec82b6666ca014fc4c68 (patch) | |
tree | 7c513579fdb4dd2340d5ffe8e72f560467c74037 /app/bitmap/Dashes | |
parent | 4009f4bb8e19be65985224de572a56c7e547ff62 (diff) |
Importing from X.Org 7.2RC2
Diffstat (limited to 'app/bitmap/Dashes')
-rw-r--r-- | app/bitmap/Dashes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/bitmap/Dashes b/app/bitmap/Dashes new file mode 100644 index 000000000..e81aa020d --- /dev/null +++ b/app/bitmap/Dashes @@ -0,0 +1,4 @@ +#define Dashes_width 2 +#define Dashes_height 2 +static char Dashes_bits[] = { + 0x01, 0x02}; |