Mercurial > hg > xemacs-beta
annotate etc/w3/compressed.document.xbm @ 198:a94d4839ade3
Added tag r20-3b25 for changeset acd284d43ca1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:00:04 +0200 |
parents | 376386a54a3c |
children |
rev | line source |
---|---|
0 | 1 #define compressed_width 20 |
2 #define compressed_height 23 | |
3 static char compressed_bits[] = { | |
4 0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0x07,0x00,0x20,0x0c,0x00,0x20,0x14,0x00, | |
5 0x20,0x24,0x00,0x20,0x7c,0x00,0x20,0x78,0x00,0x20,0x60,0x00,0x21,0x60,0x08, | |
6 0x23,0x60,0x0c,0x27,0x60,0x0e,0x2f,0x60,0x0f,0x27,0x60,0x0e,0x23,0x60,0x0c, | |
7 0x21,0x60,0x08,0x20,0x60,0x00,0x20,0x60,0x00,0x20,0x60,0x00,0xe0,0x7f,0x00, | |
8 0xc0,0x7f,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; |