Mercurial > hg > xemacs-beta
annotate etc/w3/stop.xbm @ 177:6075d714658b r20-3b15
Import from CVS: tag r20-3b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:51:16 +0200 |
parents | 376386a54a3c |
children |
rev | line source |
---|---|
0 | 1 #define stop_width 20 |
2 #define stop_height 20 | |
3 static char stop_bits[] = { | |
4 0xc0, 0x3f, 0x00, 0x20, 0x40, 0x00, 0x10, 0x80, 0x00, 0x08, 0x00, 0x01, | |
5 0x04, 0x00, 0x02, 0x02, 0x00, 0x04, 0x01, 0x00, 0x08, 0xb9, 0x9b, 0x09, | |
6 0x05, 0xa5, 0x0a, 0x05, 0xa5, 0x0a, 0x19, 0xa5, 0x09, 0x21, 0xa5, 0x08, | |
7 0x21, 0xa5, 0x08, 0x1d, 0x99, 0x08, 0x02, 0x00, 0x04, 0x04, 0x00, 0x02, | |
8 0xc8, 0x3f, 0x01, 0x10, 0x80, 0x00, 0x20, 0x40, 0x00, 0xc0, 0x3f, 0x00}; |