mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-05 04:06:31 -05:00
envy24control: port to GTK 4
Closes: https://github.com/alsa-project/alsa-tools/pull/36 Signed-off-by: Andreas Persson <andreasp56@outlook.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
187eeecd14
commit
4b4886b5f9
8 changed files with 596 additions and 539 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#include "envy24control.h"
|
||||
|
||||
#define toggle_set(widget, state) \
|
||||
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(widget), state);
|
||||
gtk_check_button_set_active(GTK_CHECK_BUTTON(widget), state);
|
||||
|
||||
#define DAC_VOLUME_NAME "DAC Volume"
|
||||
#define ADC_VOLUME_NAME "ADC Volume"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue