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_pressed_xpm[] = {
"24 24 5 1",
" c None",
". c #141414",
"+ c #5D5D5D",
"@ c #777777",
"# c #5B5B5B",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
".......+@@@@@@@@+.......",
".......@@@@@@@@@@.......",
".......#@@@@@@@@#.......",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};