head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.10.04.08.48.02;	author yandros;	state Exp;
branches;
next	1.1;

1.1
date	94.10.04.08.46.58;	author yandros;	state Exp;
branches;
next	;


desc
@stock X386 as of 941004
@


1.2
log
@changed `thumb_*' to `gray_*', as it's supposed to be...
@
text
@#define gray_width 8
#define gray_height 8
static char gray_bits[] = {
   0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa};
@


1.1
log
@Initial revision
@
text
@d1 3
a3 3
#define thumb_width 8
#define thumb_height 8
static char thumb_bits[] = {
@
