magic/magic/bitmaps/lock.xbm

7 lines
248 B
C

#define lock_width 13
#define lock_height 13
static unsigned char lock_bits[] = {
0x00, 0x00, 0xe0, 0x00, 0x10, 0x01, 0x08, 0x02, 0x08, 0x02, 0x08, 0x02,
0xfc, 0x07, 0xfc, 0x07, 0xbc, 0x07, 0xbc, 0x07, 0xbc, 0x07, 0xfc, 0x07,
0x00, 0x00};