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/tie_fighter | |
parent | f4b2d8b07b6245071a358e3fecf707c2cd902073 (diff) |
import from X.Org 7.2RC2
Diffstat (limited to 'data/bitmaps/tie_fighter')
-rw-r--r-- | data/bitmaps/tie_fighter | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/bitmaps/tie_fighter b/data/bitmaps/tie_fighter new file mode 100644 index 000000000..0513db646 --- /dev/null +++ b/data/bitmaps/tie_fighter @@ -0,0 +1,6 @@ +#define tie_fighter_width 16 +#define tie_fighter_height 16 +static char tie_fighter_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x08, 0x10, 0x04, 0x20, 0x02, 0x40, 0x02, 0x40, + 0xe2, 0x47, 0x3e, 0x7c, 0x12, 0x48, 0x3e, 0x7c, 0xe2, 0x47, 0x02, 0x40, + 0x42, 0x42, 0x64, 0x26, 0x28, 0x14, 0x00, 0x00}; |