annotate etc/gray1.xbm @ 557:f486da5f1a3b
[xemacs-hg @ 2001-05-22 06:49:12 by martinb]
final part of MacOS X port
author |
martinb |
date |
Tue, 22 May 2001 06:49:43 +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};
|