mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
5 lines
110 B
C
5 lines
110 B
C
|
|
#define max_width 5
|
||
|
|
#define max_height 5
|
||
|
|
static unsigned char max_bits[] = {
|
||
|
|
0x1F, 0x1B, 0x15, 0x1B, 0x1F };
|