archie/tk3.6/bitmaps/RCS/hourglass,v
2024-05-27 16:13:40 +02:00

59 lines
1.3 KiB
Plaintext

head 1.2;
branch ;
access ;
symbols ;
locks ; strict;
comment @# @;
1.2
date 93.03.11.09.46.11; author ouster; state Exp;
branches ;
next 1.1;
1.1
date 93.03.11.09.22.18; author ouster; state Exp;
branches ;
next ;
desc
@@
1.2
log
@Resized so bitmap is only as large as the bits.
@
text
@#define hourglass_width 19
#define hourglass_height 21
static char hourglass_bits[] = {
0xff, 0xff, 0x07, 0x55, 0x55, 0x05, 0xa2, 0x2a, 0x03, 0x66, 0x15, 0x01,
0xa2, 0x2a, 0x03, 0x66, 0x15, 0x01, 0xc2, 0x0a, 0x03, 0x46, 0x05, 0x01,
0x82, 0x0a, 0x03, 0x06, 0x05, 0x01, 0x02, 0x03, 0x03, 0x86, 0x05, 0x01,
0xc2, 0x0a, 0x03, 0x66, 0x15, 0x01, 0xa2, 0x2a, 0x03, 0x66, 0x15, 0x01,
0xa2, 0x2a, 0x03, 0x66, 0x15, 0x01, 0xa2, 0x2a, 0x03, 0xff, 0xff, 0x07,
0xab, 0xaa, 0x02};
@
1.1
log
@Initial revision
@
text
@d1 2
a2 2
#define hourglass_width 24
#define hourglass_height 24
d4 6
a9 6
0x00, 0x00, 0x00, 0xfc, 0xff, 0x1f, 0x54, 0x55, 0x15, 0x88, 0xaa, 0x0c,
0x98, 0x55, 0x04, 0x88, 0xaa, 0x0c, 0x98, 0x55, 0x04, 0x08, 0x2b, 0x0c,
0x18, 0x55, 0x04, 0x08, 0x2a, 0x0c, 0x18, 0x14, 0x04, 0x08, 0x0c, 0x0c,
0x18, 0x16, 0x04, 0x08, 0x2b, 0x0c, 0x98, 0x55, 0x04, 0x88, 0xaa, 0x0c,
0x98, 0x55, 0x04, 0x88, 0xaa, 0x0c, 0x98, 0x55, 0x04, 0x88, 0xaa, 0x0c,
0xfc, 0xff, 0x1f, 0xac, 0xaa, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
@