mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-25 07:32:36 +01:00
50 lines
1.9 KiB
C
Executable File
50 lines
1.9 KiB
C
Executable File
/* XPM */
|
|
static char *checker[] = {
|
|
/* width height num_colors chars_per_pixel */
|
|
" 40 40 2 1",
|
|
/* colors */
|
|
". c white",
|
|
"# c black",
|
|
/* pixels */
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"..........##########..........##########",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########..........",
|
|
"##########..........##########.........."
|
|
};
|