Mercurial > mplayer.hg
view gui/ui/pixmaps/subtitle.xpm @ 35519:7f1be403a640
Don't unnecessarily use global MPlayer variable filename.
Use a local variable instead.
author | ib |
---|---|
date | Wed, 05 Dec 2012 22:55:02 +0000 |
parents | 6a6b32a9b6b1 |
children |
line wrap: on
line source
/* XPM */ static const char *const subtitle_xpm[] = { "16 16 3 1 0 0", " c #000000", "! c #FFFFFF", "# c None", "################", "################", "## #", "# !!!!!!!!!!! ", "# ! ! ", "# ! ! ", "# ! ! ", "# ! ! ", "# ! !!! !! !! ! ", "# ! ! ", "# ! !! !!! !! ! ", "# ! ! ", "# !!!!!!!!!!! ", "## #", "################", "################" };