annotate etc/gray1.xbm @ 1657:5c8854104e13

[xemacs-hg @ 2003-08-31 17:52:59 by adrian] [A21.5R21.4] [PATCH] Fix makeinfo-test and check-temacs in nt/xemacs.mak -------------------- ChangeLog entries follow: -------------------- nt/ChangeLog addition: 2003-08-31 Adrian Aichner <adrian@xemacs.org> * xemacs.mak (makeinfo-test): Moved after variable initialization to make test actually work. * xemacs.mak (TEMACS_BATCH_PACKAGES): New. * xemacs.mak (check-temacs): Use TEMACS_BATCH_PACKAGES to enable regression tests requiring packages.
author adrian
date Sun, 31 Aug 2003 17:52:59 +0000
parents 376386a54a3c
children 7910031dd78a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 #define bg2_width 16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 #define bg2_height 16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 static char bg2_bits[] = {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};