26 lines
544 B
C
Executable File
26 lines
544 B
C
Executable File
/* XPM */
|
|
static char * minimize_pressed_xpm[] = {
|
|
"19 19 3 1",
|
|
" c None",
|
|
". c #969798",
|
|
"+ c #4C4C4C",
|
|
"...................",
|
|
"...................",
|
|
"...................",
|
|
"...................",
|
|
"...................",
|
|
"...................",
|
|
"...................",
|
|
"...................",
|
|
"...................",
|
|
".....+++++++++.....",
|
|
"...................",
|
|
"...................",
|
|
"...................",
|
|
"...................",
|
|
"...................",
|
|
"...................",
|
|
"...................",
|
|
"...................",
|
|
"..................."};
|