Mercurial > mplayer.hg
view gui/ui/pixmaps/dir2.xpm @ 35149:fbe4b3716aa0
Silence a few warnings.
A little bit more compact code and removing "warning: comparison between signed and unsigned integer expressions".
author | iive |
---|---|
date | Thu, 11 Oct 2012 22:10:48 +0000 |
parents | 052789583781 |
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.. ", " .. ", " "};