inital commit of clone of old repo
This commit is contained in:
@ -0,0 +1,27 @@
|
||||
/* XPM */
|
||||
static char * maximize_toggled_inactive_xpm[] = {
|
||||
"18 22 2 1",
|
||||
" c None",
|
||||
"@ c #C0C0FF s inactive_color_1",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" @@@@@@@@@@@@@@@@ ",
|
||||
"@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@",
|
||||
" @@@@@@@@@@@@@@@@ ",
|
||||
" ",
|
||||
" "};
|
Reference in New Issue
Block a user