Mercurial > mplayer.hg
view gui/dialog/pixmaps/title.xpm @ 37028:7694f4226420
Make the current item string as currItem global.
Utilize this variable instead of using string constants.
This allows naming the particular potmeter now.
author | ib |
---|---|
date | Fri, 04 Apr 2014 13:55:57 +0000 |
parents | 3c901704a27c |
children |
line wrap: on
line source
/* XPM */ static const char * const title_xpm[] = { "16 16 4 1", " c None", ". c #000000", "+ c #CD0909", "@ c #FFFFFF", " .. ", " .++. ", ".++++. ", ".++++. . . ", " .++. .@. .@. ", " .. .@@@..@@@.", " .@. .@. ", " . . ", " .. ", " .++. ", ".++++. ", ".++++. . . ", " .++. .@. .@. ", " .. .@@@..@@@.", " .@. .@. ", " . . "};