alsa-tools/hdspmixer/pixmaps/b_blank.xpm
Adrian Knoth c3349a84ea hdspmixer: Fix compiler warnings.
All compiler warnings were caused by a conversion from "foo" to a
char pointer. Given that the string itself really is constant, simply
add the keyword to make g++ happy.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2011-02-28 15:55:14 +01:00

29 lines
469 B
C

/* XPM */
char const * b_blank_xpm[] = {
"13 13 13 1",
" c None",
". c #1AA00D",
"+ c #1A9510",
"@ c #198F0F",
"# c #20FF0D",
"$ c #21E50C",
"% c #1CBA0D",
"& c #69FF5F",
"* c #44FF36",
"= c #188210",
"- c #165A10",
"; c #154C11",
"> c #144010",
".+@@@@@@@@@+#",
"$$$$$$$$$$$$@",
"%$&********=-",
"%$$$$$$$$$$=-",
"%$$$$$$$$$$=-",
"%$$$$$$$$$$@-",
"%$*$$$$$$$$@-",
"%$$$$$$$$$$=-",
"%%$$$$$$$$$@-",
"%$*$$$$$$$$=-",
"%$%$$$$$$$%@-",
"%=--;;;;;;-;-",
"->>>>>>>>>>>>"};