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

27 lines
437 B
C

/* XPM */
char const * b_zlm_xpm[] = {
"13 13 11 1",
" c None",
". c #000D00",
"+ c #000500",
"@ c #000000",
"# c #333333",
"$ c #CC66CC",
"% c #660066",
"& c #99FFFF",
"* c #FF00FF",
"= c #FF99FF",
"- c #990099",
".+@@@@@@@@@+#",
"$$$$$$$$$$$$%",
"$$&********$%",
"$**========$%",
"$**========$%",
"$**========$%",
"$*&========$%",
"$**========$%",
"$-*========$%",
"$*&========$%",
"$**=======*$%",
"$$$$$$$$$$$%%",
"%%%%%%%%%%%%%"};