This commit is contained in:
Alan Dipert
2010-03-08 05:55:21 -05:00
commit 29c82be0c2
528 changed files with 159411 additions and 0 deletions

10
src/bitmaps/busy_3.xbm Normal file
View File

@@ -0,0 +1,10 @@
#define busy_3_width 18
#define busy_3_height 18
#define busy_3_x_hot 8
#define busy_3_y_hot 8
static char busy_3_bits[] = {
0x00, 0x00, 0x00, 0xfe, 0xff, 0x01, 0x14, 0xa0, 0x00, 0x14, 0xa0, 0x00,
0x14, 0xa7, 0x00, 0xe4, 0x9f, 0x00, 0xe4, 0x9f, 0x00, 0xc4, 0x8f, 0x00,
0x84, 0x87, 0x00, 0x84, 0x87, 0x00, 0x44, 0x8b, 0x00, 0x24, 0x93, 0x00,
0x24, 0x93, 0x00, 0x14, 0xa3, 0x00, 0xd4, 0xa7, 0x00, 0xf4, 0xbf, 0x00,
0xfe, 0xff, 0x01, 0x00, 0x00, 0x00};