view gui/mplayer/pixmaps/a11.xpm @ 31330:1c789a1ad0f0

Mark mplayer_audio_read() function as static; it is not used outside the file.
author diego
date Mon, 14 Jun 2010 09:33:48 +0000
parents 09c3ce60f369
children
line wrap: on
line source

/* XPM */
static const char * const a11_xpm[] = {
"18 16 3 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"                  ",
"                  ",
"                  ",
" ................ ",
"..++++++++++++++..",
".+..............+.",
".+...+...+...+..+.",
".+..++......++..+.",
".+...+.......+..+.",
".+...+.......+..+.",
".+...+...+...+..+.",
".+..............+.",
"..++++++++++++++..",
" ................ ",
"                  ",
"                  "};