You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
651 B
26 lines
651 B
15 years ago
|
/* XPM */
|
||
|
#ifndef _KDE2LAPTOP_CLOSEBUTTON_MENU_XPM_
|
||
|
#define _KDE2LAPTOP_CLOSEBUTTON_MENU_XPM_
|
||
|
|
||
|
static const char* kde2laptop_closebutton_menu[]={
|
||
|
"27 14 3 1",
|
||
|
". s None c None",
|
||
|
"+ c #303030",
|
||
|
"# c #000000",
|
||
|
"##########################.",
|
||
|
"#........................#+",
|
||
|
"#........................#+",
|
||
|
"#.........#....#.........#+",
|
||
|
"#........###..###........#+",
|
||
|
"#.........######.........#+",
|
||
|
"#..........####..........#+",
|
||
|
"#..........####..........#+",
|
||
|
"#.........######.........#+",
|
||
|
"#........###..###........#+",
|
||
|
"#.........#....#.........#+",
|
||
|
"#........................#+",
|
||
|
"##########################+",
|
||
|
".++++++++++++++++++++++++++"};
|
||
|
|
||
|
#endif
|