alsa-tools/envy24control/config.h
Jaroslav Kysela 2ec6fcc317 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.
2005-07-27 06:55:31 +00:00

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