1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/* 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
|