alsa-utils/xamixer2/callbacks.h
Christopher Lansdown 5bf715371d Added stubs for the mixer notification callbacks. Will be adding the actual
code to update the mixer interface soon.
1999-10-23 15:31:23 +00:00

29 lines
971 B
C

/*****************************************************************************/
/* Begin #include statements */
/* End #include statements */
/*****************************************************************************/
/*****************************************************************************/
/* Begin function prototypes */
void adjust_volume1(GtkWidget *widget, CBData *data);
void adjust_switch1(GtkWidget *widget, CBData *data);
void adjust_switch2(GtkWidget *widget, CBData *data);
void adjust_teffect1(GtkWidget *widget, CBData *data);
void mixer_change_cb(gpointer data, gint source, GdkInputCondition condition);
/* End function prototypes */
/*****************************************************************************/
/*****************************************************************************/
/* Begin #define statements */
/* End #define statements */
/*****************************************************************************/