summaryrefslogtreecommitdiffstats
path: root/lib/compatibility/tdemdi/qextmdi/res/kde_closebutton.xpm
blob: e714359a834c9fa4301052d46472c376cd590d88 (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_CLOSEBUTTON_XPM_
#define _KDE_CLOSEBUTTON_XPM_

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

#endif