1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-25 07:32:36 +01:00
Files
wmaker/WindowMaker/Themes/Checker.themed/checker.xpm
dan 0261c32636 Code update for Window Maker version 0.50.0
Read changes in ChangeLog and NEWS
1999-01-06 15:22:33 +00:00

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 */
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"..........##########..........##########",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########..........",
"##########..........##########.........."
};