mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 11:19:04 +00:00
5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
#define Dashes_width 2
|
|
#define Dashes_height 2
|
|
static char Dashes_bits[] = {
|
|
0x01, 0x02};
|