Mercurial > mplayer.hg
view gui/dialog/pixmaps/aspect.xpm @ 36466:9824daf4a867
Simpler/more robust cleanup code.
author | reimar |
---|---|
date | Tue, 31 Dec 2013 15:31:15 +0000 |
parents | 3c901704a27c |
children |
line wrap: on
line source
/* XPM */ static const char *const aspect_xpm[] = { "16 16 3 1 0 0", " c #000000", "! c #FFFFFF", "# c None", "################", "################", "## #", "# !!!!!!!!!!! ", "# ! ! ! ! ", "# ! ! ! ! ", "# !!!!!! ! ! ", "# ! ! ! ", "# ! ! ! ", "# !!!!!!!!!! ! ", "# ! ! ", "# ! ! ", "# !!!!!!!!!!! ", "## #", "################", "################" };