Mercurial > hg > xemacs-beta
annotate etc/w3/compressed.document.xbm @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 08:52:29 +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}; |
