magic/magic/bitmaps/up.xbm

7 lines
242 B
C

#define up_width 13
#define up_height 13
static unsigned char up_bits[] = {
0x40, 0x00, 0xe0, 0x00, 0xf0, 0x01, 0xf8, 0x03, 0xfc, 0x07, 0xfe, 0x0f,
0xff, 0x1f, 0xe0, 0x00, 0xe0, 0x00, 0xe0, 0x00, 0xe0, 0x00, 0xe0, 0x00,
0xe0, 0x00};