Completed mixer API. Improved iterators. Renamed control values struct. Rewritten simple elements implementation

This commit is contained in:
Abramo Bagnara 2001-02-11 15:45:44 +00:00
parent f7fbb6ce1a
commit a189f2d0ec
5 changed files with 12 additions and 12 deletions

View file

@ -26,7 +26,7 @@ static GdkGC *penOrangeLight[21] = { NULL, };
static GdkGC *penRedShadow[21] = { NULL, };
static GdkGC *penRedLight[21] = { NULL, };
static GdkPixmap *pixmap[21] = { NULL, };
static snd_ctl_elem_t peaks;
static snd_ctl_elem_value_t peaks;
static void update_peak_switch(void)
{