/* XPM */
static char *minimize_xpm[] = {
/* width height num_colors chars_per_pixel */
"    13    11       2       1",
/* colors */
". c #000000",
"  c #c0c0c0",
/* pixels */
"             ",
"             ",
"             ",
"             ",
"             ",
"             ",
"             ",
"             ",
"   ......    ",
"   ......    ",
"             "
};

/* XPM */
static char *maximize_xpm[] = {
/* width height num_colors chars_per_pixel */
"    13    11       2            1",
/* colors */
". c #000000",
"  c #c0c0c0",
/* pixels */
"             ",
"  .........  ",
"  .........  ",
"  .       .  ",
"  .       .  ",
"  .       .  ",
"  .       .  ",
"  .       .  ",
"  .       .  ",
"  .........  ",
"             "
};

/* XPM */
static char *close_xpm[] = {
/* width height num_colors chars_per_pixel */
"    13    11       2            1",
/* colors */
". c #000000",
"  c #c0c0c0",
/* pixels */
"             ",
"             ",
"   ..    ..  ",
"    ..  ..   ",
"     ....    ",
"      ..     ",
"     ....    ",
"    ..  ..   ",
"   ..    ..  ",
"             ",
"             "
};

/* XPM */
static char *sysmenu_xpm[] = {
/* width height num_colors chars_per_pixel */
"    13    11       2       1",
/* colors */
". c #000000",
"  c #c0c0c0",
/* pixels */
"             ",
"             ",
"             ",
"             ",
"             ",
"    .....    ",
"    .....    ",
"             ",
"             ",
"             ",
"             "
};

/* XPM */
static char *normalize_xpm[] = {
/* width height num_colors chars_per_pixel */
"    13     11     2     1",
/* colors */
". c #000000",
"  c #c0c0c0",
/* pixels */
"             ",
"    ......   ",
"    ......   ",
"    .    .   ",
"  ...... .   ",
"  ...... .   ",
"  .    ...   ",
"  .    .     ",
"  .    .     ",
"  ......     ",
"             "};


syntax highlighted by Code2HTML, v. 0.9.1