view gui/mplayer/pixmaps/empty.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 empty_xpm[] = {
"16 16 1 1",
" 	c None",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                "};