annotate etc/gray1.xbm @ 2586:196ee3cd1ac5
[xemacs-hg @ 2005-02-15 01:19:48 by ben]
first check-in of ben-fixup branch
author |
ben |
date |
Tue, 15 Feb 2005 01:21:24 +0000 |
parents |
376386a54a3c |
children |
7910031dd78a |
rev |
line source |
0
|
1 #define bg2_width 16
|
|
2 #define bg2_height 16
|
|
3 static char bg2_bits[] = {
|
|
4 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
|
|
5 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
|
|
6 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};
|