Initial Commit

This commit is contained in:
cldx
2013-02-26 17:48:52 +01:00
commit ffc63ec958
390 changed files with 10700 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
/* XPM */
static char * hide_inactive_xpm[] = {
"24 24 5 1",
" c None",
". c #141414",
"+ c #373737",
"@ c #444444",
"# c #363636",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
".......+@@@@@@@@+.......",
".......@@@@@@@@@@.......",
".......#@@@@@@@@#.......",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};