diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ChangeLog | 4 | ||||
-rw-r--r-- | etc/letter.pbm | 3 | ||||
-rw-r--r-- | etc/letter.xbm | 5 |
3 files changed, 7 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 1c8d1c7003c..a529ebcd412 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -2,6 +2,10 @@ * letter.xpm: Use transparent/opaque `colours'. + * letter.xbm: Deleted. + + * letter.pbm: New. + 2003-03-24 Andreas Schwab <schwab@suse.de> * HELLO: Remove extra TAB in Greek entries. diff --git a/etc/letter.pbm b/etc/letter.pbm new file mode 100644 index 00000000000..0daf3b65b80 --- /dev/null +++ b/etc/letter.pbm @@ -0,0 +1,3 @@ +P4 +14 10 +$DD$
\ No newline at end of file diff --git a/etc/letter.xbm b/etc/letter.xbm deleted file mode 100644 index d26911d9146..00000000000 --- a/etc/letter.xbm +++ /dev/null @@ -1,5 +0,0 @@ -#define letter_width 14 -#define letter_height 10 -static unsigned char letter_bits[] = { - 0xff, 0x3f, 0x07, 0x38, 0x09, 0x24, 0x11, 0x22, 0xe1, 0x21, 0xd1, 0x22, - 0x09, 0x24, 0x05, 0x28, 0x03, 0x30, 0xff, 0x3f}; |