mirror of
https://github.com/NishiOwO/fvwm1.git
synced 2025-04-21 16:54:44 +00:00
7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
#define stipple_width 16
|
|
#define stipple_height 16
|
|
static char stipple_bits[] = {
|
|
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
|
|
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
|
|
0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};
|