Mercurial > mplayer.hg
view gui/mplayer/pixmaps/file.xpm @ 30936:50b51e6987bd
Replace some "m" constraints by MANGLE to avoid issues with some compilers not
being able to compile it and deduplicate the code at the same time.
author | reimar |
---|---|
date | Wed, 31 Mar 2010 17:00:33 +0000 |
parents | 09c3ce60f369 |
children |
line wrap: on
line source
/* XPM */ static const char * const file_xpm[] = { "16 16 7 1", " c None", ". c #9A9A9A", "+ c #000000", "@ c #FFFFFF", "# c #010101", "$ c #FEFEFE", "% c #9B9B9B", " ", "................", "++++++++++++++++", "@++@++@++@++@++@", "++++#+++++++++++", "@@@+@@@$@@@@+@@@", "@@@+@@@@@@@@+@@@", "@@@+@@@@@@@@+@@@", "@@@+@@@@@@@@+@@@", "@@@+@$@@@@@@+@@@", "@@@+@@@$@@@@+@@@", "+++++++++++++++#", "@++@++@++@#+@++@", "+++++++##++++++#", "..........%.....", " "};