diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 16:25:47 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 16:25:47 +0000 |
commit | 3136abb1493f1c37eb403455252e01c6c59f6281 (patch) | |
tree | c4624b560da217b0adb8a2c3b3a30cb4d75b3c53 /data/bitmaps/light_gray | |
parent | f4b2d8b07b6245071a358e3fecf707c2cd902073 (diff) |
import from X.Org 7.2RC2
Diffstat (limited to 'data/bitmaps/light_gray')
-rw-r--r-- | data/bitmaps/light_gray | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/bitmaps/light_gray b/data/bitmaps/light_gray new file mode 100644 index 000000000..ea62e17dc --- /dev/null +++ b/data/bitmaps/light_gray @@ -0,0 +1,4 @@ +#define light_gray_width 4 +#define light_gray_height 2 +static char light_gray_bits[] = { + 0x08, 0x02}; |