mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 10:19:00 +00:00
7 lines
293 B
C
7 lines
293 B
C
#define dimple1_width 16
|
|
#define dimple1_height 16
|
|
static unsigned char dimple1_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};
|