alsa-tools/hdspmixer/pixmaps/b_save.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

30 lines
483 B
C

/* XPM */
char const * b_save_xpm[] = {
"13 13 14 1",
" c None",
". c #5C7B1B",
"+ c #505F2F",
"@ c #434343",
"# c #7F817A",
"$ c #DE000B",
"% c #87003B",
"& c #B30020",
"* c #FF6053",
"= c #FF2E28",
"- c #70094F",
"; c #272727",
"> c #004039",
", c #191919",
".+@@@@@@@@@+#",
"$$$$$$$$$$$$%",
"&$*========-;",
"&$$$$$$$$$$-;",
"&$$$$$$$$$$-;",
"&$$$$$$$$$$%;",
"&$=$$$$$$$$%;",
"&$$$$$$$$$$-;",
"&&$$$$$$$$$%;",
"&$=$$$$$$$$-;",
"&$&$$$$$$$&%;",
"&-;;>>>>>>;>;",
";,,,,,,,,,,,,"};