mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
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.
9 lines
171 B
C
9 lines
171 B
C
#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
|