chimera/libhtmlw/NoImage.xbm
2025-03-12 01:30:36 +09:00

7 lines
284 B
C

#define NoImage_width 16
#define NoImage_height 16
static char NoImage_bits[] = {
0x01, 0x80, 0x02, 0x40, 0x04, 0x20, 0x08, 0x10, 0x10, 0x08, 0x20, 0x04,
0x40, 0x02, 0x80, 0x01, 0x80, 0x01, 0x40, 0x02, 0x20, 0x04, 0x10, 0x08,
0x08, 0x10, 0x04, 0x20, 0x02, 0x40, 0x01, 0x80};