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

37 lines
822 B
C

/* XPM */
char const * matrix_grey_ol_xpm[] = {
"32 12 22 1",
" c None",
". c #6F776F",
"+ c #7F7F7F",
"@ c #909088",
"# c #909890",
"$ c #777777",
"% c #949494",
"& c #909898",
"* c #777F77",
"= c #98A098",
"- c #A0A0A0",
"; c #949493",
"> c #949394",
", c #939494",
"' c #939394",
") c #939493",
"! c #949393",
"~ c #939393",
"{ c #A8A8A0",
"] c #889088",
"^ c #B1B1A8",
"/ c #989898",
"................................",
".+............................@#",
".$%%%%%%%%%%%%%%%%%%%%%%%%%%%%#&",
".*%%%%%%%%%%%%%%%%%%%%%%%%%%%%==",
".*%%%%%%%%%%%%%%%%%%%%%%%%%%%%-=",
".*;%%%>%,;%;>;;%%%%%%%%%%%%%%'-=",
".*%)>%%)>%);%,,!>%!,'%%%!%%%%;-=",
".*%!%>%;,,%>,%>%;%,',!,%;%;,%'-=",
".+~;)%))!%>!;,%%>%;!%,;;,;;,%){=",
".];;!~>!~~'';)!,;)!!;)>%'%'~)!{=",
".&-^^^^^^^^^^^^^^^^^^^^^^^^^^^{/",
".&==--------------------------/&"};