57 lines
1.1 KiB
Plaintext
57 lines
1.1 KiB
Plaintext
head 1.2;
|
|
branch ;
|
|
access ;
|
|
symbols ;
|
|
locks ; strict;
|
|
comment @# @;
|
|
|
|
|
|
1.2
|
|
date 93.03.11.09.45.58; author ouster; state Exp;
|
|
branches ;
|
|
next 1.1;
|
|
|
|
1.1
|
|
date 93.03.11.09.22.15; author ouster; state Exp;
|
|
branches ;
|
|
next ;
|
|
|
|
|
|
desc
|
|
@@
|
|
|
|
|
|
1.2
|
|
log
|
|
@Resized so bitmap is only as large as the bits.
|
|
@
|
|
text
|
|
@#define error_width 17
|
|
#define error_height 17
|
|
static char error_bits[] = {
|
|
0xf0, 0x0f, 0x00, 0x58, 0x15, 0x00, 0xac, 0x2a, 0x00, 0x16, 0x50, 0x00,
|
|
0x2b, 0xa0, 0x00, 0x55, 0x40, 0x01, 0xa3, 0xc0, 0x00, 0x45, 0x41, 0x01,
|
|
0x83, 0xc2, 0x00, 0x05, 0x45, 0x01, 0x03, 0xca, 0x00, 0x05, 0x74, 0x01,
|
|
0x0a, 0xa8, 0x00, 0x14, 0x58, 0x00, 0xe8, 0x2f, 0x00, 0x50, 0x15, 0x00,
|
|
0xa0, 0x0a, 0x00};
|
|
@
|
|
|
|
|
|
1.1
|
|
log
|
|
@Initial revision
|
|
@
|
|
text
|
|
@d1 2
|
|
a2 2
|
|
#define error_width 18
|
|
#define error_height 18
|
|
d4 5
|
|
a8 5
|
|
0x00, 0x00, 0x00, 0xf0, 0x0f, 0x00, 0x58, 0x15, 0x00, 0xac, 0x2a, 0x00,
|
|
0x16, 0x50, 0x00, 0x2b, 0xa0, 0x00, 0x55, 0x40, 0x01, 0xa3, 0xc0, 0x00,
|
|
0x45, 0x41, 0x01, 0x83, 0xc2, 0x00, 0x05, 0x45, 0x01, 0x03, 0xca, 0x00,
|
|
0x05, 0x74, 0x01, 0x0a, 0xa8, 0x00, 0x14, 0x58, 0x00, 0xe8, 0x2f, 0x00,
|
|
0x50, 0x15, 0x00, 0xa0, 0x0a, 0x00};
|
|
@
|