summaryrefslogtreecommitdiffstats
path: root/lib/compatibility/kmdi/qextmdi/res/kde_maxbutton.xpm
blob: 2af3bf8828ca030cbdc7e4e25eab1685cb333512 (plain)
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
/* XPM */
#ifndef _KDE_MAXBUTTON_XPM_
#define _KDE_MAXBUTTON_XPM_

static const char *kde_maxbutton[] = {
/* width height num_colors chars_per_pixel */
"16 16 3 1",
/* colors */
" 	s None	c None",
".	c white",
"X	c #707070",
/* pixels */
"                ",
"                ",
"  ...........   ",
"  .XXXXXXXXXX   ",
"  .X       .X   ",
"  .X       .X   ",
"  .X       .X   ",
"  .X       .X   ",
"  .X       .X   ",
"  .X       .X   ",
"  .X       .X   ",
"  .X........X   ",
"  .XXXXXXXXXX   ",
"                ",
"                ",
"                "};

#endif