Mercurial > mplayer.hg
view gui/dialog/pixmaps/dir2.xpm @ 35982:3fbbee95fc22
Make create_PlayList() static.
It only has file scope.
In order to do so, relocate some other static functions.
Additionally, rename it create_Playlist().
author | ib |
---|---|
date | Thu, 28 Mar 2013 17:39:01 +0000 |
parents | 3c901704a27c |
children |
line wrap: on
line source
/* XPM */ static const char * const dir2_xpm[] = { "16 16 6 1", " c None s None", ". c black", "X c blue", "o c yellow", "O c #007FEA", "# c white", " ", " .. ", " ..XX. ", " ..XXXXX. ", " ..XXXXXXXX. ", ".ooXXXXXXXXX. ", "..ooXXXXXXXXX. ", ".X.ooXXXXXXXXX. ", ".XX.ooXXXXXX.. ", " .XX.ooXXX..#O ", " .XX.oo..##OO. ", " .XX..##OO.. ", " .X.#OO.. ", " ..O.. ", " .. ", " "};