summaryrefslogtreecommitdiffstats
path: root/lib/compatibility/tdemdi/qextmdi/res/kde_minbutton.xpm
blob: c4e609ae762e9777739f49f96c3b86019a2a22dc (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_MINBUTTON_XPM_
#define _KDE_MINBUTTON_XPM_

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

#endif