Initial revision
This commit is contained in:
10
src/widget-volume.h
Normal file
10
src/widget-volume.h
Normal file
@@ -0,0 +1,10 @@
|
||||
// SPDX-FileCopyrightText: 2022 Geoffrey D. Bennett <g@b4.vu>
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include "alsa.h"
|
||||
|
||||
GtkWidget *make_volume_alsa_elem(struct alsa_elem *alsa_elem);
|
||||
Reference in New Issue
Block a user