mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-26 01:40:13 -05:00
envy24control save state of LRGang button in config file
From: Dirk Jagdmann <doj@cubic.org> this patch saves the state of the "LR Gang" buttons in a config/pref file, because this button's state is not preserved throughout runs of envy24control. At present it only works, when envy24control is compiled with GTK2 as I have used routines which were introduced with Glib2.
This commit is contained in:
parent
c53973f82e
commit
2ec6fcc317
2 changed files with 84 additions and 0 deletions
9
envy24control/config.h
Normal file
9
envy24control/config.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#ifndef CONFIG__H
|
||||
#define CONFIG__H
|
||||
|
||||
void config_open();
|
||||
void config_close();
|
||||
void config_set_stereo(GtkWidget *but, gpointer data);
|
||||
void config_restore_stereo();
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue