view gui/mplayer/pixmaps/a43.xpm @ 32078:0dfbb22d68c8

Get rid of MPLAYER_DSP_H hack and #include dsp.h instead. If dsp.h #inclusion is a prerequisite for window.h/filter.h, the clean solution is to have those headers #include dsp.h directly instead of relying on the user.
author diego
date Sat, 11 Sep 2010 22:11:40 +0000
parents 09c3ce60f369
children
line wrap: on
line source

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