mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
This is intended mainly for GNU/Linux distros who will remove GTK2 support in the near future.
4 lines
160 B
C
4 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, };
|