mirror of OpenBSD xenocara tree github.com/openbsd/xenocara
openbsd
at master 4 lines 87 B view raw
1#define gray_width 2 2#define gray_height 2 3static char gray_bits[] = { 4 0x01, 0x02};