Mercurial > hg > xemacs-beta
annotate etc/w3/compressed.document.xbm @ 1:c0c6a60d29db
Added tag r19-14 for changeset 376386a54a3c
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:53 +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}; |