Robin Gareus
ad51c7c2ba
This is intended mainly for GNU/Linux distros who will remove GTK2 support in the near future.
5 lines
160 B
C
5 lines
160 B
C
#define line_wrap_width 6
|
|
#define line_wrap_height 9
|
|
static const unsigned char line_wrap_bits[] = {
|
|
0x1e, 0x3e, 0x30, 0x30, 0x39, 0x1f, 0x0f, 0x0f, 0x1f, };
|