labwc/tools/xbm/5x5.xbm

5 lines
110 B
C
Raw Normal View History

2020-06-22 19:03:02 +01:00
#define max_width 5
#define max_height 5
static unsigned char max_bits[] = {
0x1F, 0x1B, 0x15, 0x1B, 0x1F };