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
+38
View File
@@ -0,0 +1,38 @@
/* XPM */
static char * close_pressed_xpm[] = {
"24 24 11 1",
" c None",
". c #141414",
"+ c #3F3F3F",
"@ c #515151",
"# c #4B4B4B",
"$ c #444444",
"% c #777777",
"& c #565656",
"* c #151515",
"= c #525252",
"- c #464646",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........+@....#$........",
".......+%%@..#%%$.......",
".......@%%%@#%%%&*......",
"........@%%%%%%&*.......",
".........@%%%%&*........",
".........#%%%%=.........",
"........#%%%%%%@........",
".......#%%%&=%%%@.......",
".......-%%&*.@%%#.......",
"........-&*...@#........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};