Mercurial > mplayer.hg
view gui/ui/pixmaps/dir2.xpm @ 33575:052789583781
Remove xpm definitions inside source file.
Instead, create appropriate xpm files in pixmaps directory.
author | ib |
---|---|
date | Sun, 19 Jun 2011 16:11:42 +0000 |
parents | |
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.. ", " .. ", " "};