mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 10:19:00 +00:00
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
#define flipped_gray_width 4
|
|
#define flipped_gray_height 2
|
|
static char flipped_gray_bits[] = {
|
|
0x07, 0x0d};
|