view gui/mplayer/pixmaps/empty.xpm @ 26350:07abe94a9cc4

Fix illegal identifier: Rename _ftype_t macro to FLOAT_TYPE.
author diego
date Thu, 10 Apr 2008 10:01:54 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const empty_xpm[] = {
"16 16 1 1",
" 	c None",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                ",
"                "};