diff options
Diffstat (limited to 'lib/compatibility/kmdi/qextmdi/res/kde_minbutton.xpm')
-rw-r--r-- | lib/compatibility/kmdi/qextmdi/res/kde_minbutton.xpm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/compatibility/kmdi/qextmdi/res/kde_minbutton.xpm b/lib/compatibility/kmdi/qextmdi/res/kde_minbutton.xpm new file mode 100644 index 00000000..c4e609ae --- /dev/null +++ b/lib/compatibility/kmdi/qextmdi/res/kde_minbutton.xpm @@ -0,0 +1,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 |