mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-23 06:59:55 -05:00
- updated to version 1.6
- fixed compile warnings - corrects preset 7 for H9632 cards
This commit is contained in:
parent
c4afb782fd
commit
e535082270
15 changed files with 178 additions and 130 deletions
|
|
@ -53,7 +53,6 @@ void HDSPMixerMaster::draw()
|
|||
int HDSPMixerMaster::handle(int e)
|
||||
{
|
||||
int xpos = Fl::event_x()-x();
|
||||
int ypos = Fl::event_y()-y();
|
||||
switch (e) {
|
||||
case FL_PUSH:
|
||||
if (xpos >= 0 && xpos <= 29) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue