.
This commit is contained in:
commit
4603184052
87 changed files with 3677 additions and 0 deletions
|
|
@ -0,0 +1,26 @@
|
|||
/* XPM */
|
||||
static char *maximize_png[] = {
|
||||
/* columns rows colors chars-per-pixel */
|
||||
"18 18 2 1 ",
|
||||
" c black",
|
||||
". c #ADAEBD",
|
||||
/* pixels */
|
||||
"..................",
|
||||
"..................",
|
||||
"..................",
|
||||
"... ...",
|
||||
"... ...",
|
||||
"... .......... ...",
|
||||
"... .......... ...",
|
||||
"... .......... ...",
|
||||
"... .......... ...",
|
||||
"... .......... ...",
|
||||
"... .......... ...",
|
||||
"... .......... ...",
|
||||
"... .......... ...",
|
||||
"... ...",
|
||||
"..................",
|
||||
"..................",
|
||||
"..................",
|
||||
".................."
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue