]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gpe-conf/gpe-conf-0.1.21/icons.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gpe-conf / gpe-conf-0.1.21 / icons.patch
1 Index: sound/sound.c
2 ===================================================================
3 RCS file: /cvs/gpe/base/gpe-conf/sound/sound.c,v
4 retrieving revision 1.9
5 diff -u -r1.9 sound.c
6 --- sound/sound.c       12 Oct 2004 21:07:03 -0000      1.9
7 +++ sound/sound.c       1 Nov 2004 13:31:37 -0000
8 @@ -14,7 +14,6 @@
9  
10  /*
11    ToDo
12 -  - move mixer icons to gpe-icons
13    - Filtering for different platforms.
14    - Additional settings.
15    - Update settings from system.
16 @@ -39,22 +38,21 @@
17  #include "soundctrl.h"
18  #define MAX_CHANNELS 24
19  
20 -#warning needs gpe-mixer
21  struct gpe_icon mixer_icons[] = 
22  {
23 -       { "line" , PREFIX "/share/gpe-mixer/line.png"},
24 -       { "line1" , PREFIX "/share/gpe-mixer/line.png"},
25 -       { "cd" , PREFIX "/share/gpe-mixer/cd.png"},
26 -       { "bass" , PREFIX "/share/gpe-mixer/bass.png"},
27 -       { "vol" , PREFIX "/share/gpe-mixer/volume.png"},
28 -       { "treble" , PREFIX "/share/gpe-mixer/treble.png"},
29 -       { "synth" , PREFIX "/share/gpe-mixer/synth.png"},
30 -       { "speaker" , PREFIX "/share/gpe-mixer/speaker.png"},
31 -       { "phout" , PREFIX "/share/gpe-mixer/speaker.png"},
32 -       { "pcm" , PREFIX "/share/gpe-mixer/pcm.png"},
33 -       { "pcm2" , PREFIX "/share/gpe-mixer/pcm.png"},
34 -       { "mic" , PREFIX "/share/gpe-mixer/mic.png"},
35 -       { "unkn" , PREFIX "/share/gpe-mixer/unkn.png"},
36 +       { "line" , "line"},
37 +       { "line1" , "line"},
38 +       { "cd" , "cd"},
39 +       { "bass" , "bass"},
40 +       { "vol" , "volume"},
41 +       { "treble" , "treble"},
42 +       { "synth" , "synth"},
43 +       { "speaker" , "speaker"},
44 +       { "phout" , "speaker"},
45 +       { "pcm" , "pcm"},
46 +       { "pcm2" , "pcm"},
47 +       { "mic" , "mic"},
48 +       { "unkn" , "unkn"},
49         { "alarm" , "bell" },
50         {NULL, NULL}
51  };