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
26
27
28
29
30
31
32
33
34
35
36
37
38
|
/* XPM */
static char * maximize_toggled_prelight_xpm[] = {
"24 26 4 1",
" c None",
<<<<<<< HEAD
". c #111111",
"+ c #e91e63 s active_color_1",
=======
". c #444444",
"+ c #f0544c s active_color_1",
"@ c #484848",
"@@@@@@@@@@@@@@@@@@@@@@@@",
>>>>>>> 20c317abd13ec1b1bd1eef62707456f4e76b1f5d
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........++++++++........",
"........++++++++........",
"........++....++........",
"........++....++........",
"........++....++........",
"........++....++........",
"........++++++++........",
"........++++++++........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};
|