summaryrefslogtreecommitdiff
path: root/src/ctl.h
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@gmail.com>2020-02-12 18:59:54 +0100
committerBenjamin Franzke <benjaminfranzke@gmail.com>2020-02-12 18:59:54 +0100
commitcb8c07934ae4a4eec0ab60d44b60a05ead3a82a0 (patch)
tree9ff034b9902ec9617b33a5a25059807e59e59ce5 /src/ctl.h
parent322335eb531b4770f297cce6121d47c0f007f3cf (diff)
downloadpa-sink-ctl-cb8c07934ae4a4eec0ab60d44b60a05ead3a82a0.tar.gz
pa-sink-ctl-cb8c07934ae4a4eec0ab60d44b60a05ead3a82a0.tar.bz2
pa-sink-ctl-cb8c07934ae4a4eec0ab60d44b60a05ead3a82a0.zip
[WIP] Add proper UTF-8 text-alignment support
Diffstat (limited to 'src/ctl.h')
-rw-r--r--src/ctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctl.h b/src/ctl.h
index e9ef304..90dce7f 100644
--- a/src/ctl.h
+++ b/src/ctl.h
@@ -28,7 +28,7 @@ struct context;
struct vol_ctl {
guint32 index;
gchar *name; /* displayed name */
- gint indent; /* indentation when displayed */
+ guint indent; /* indentation when displayed */
gboolean hide_index;
pa_volume_t vol; // TOTO: exchange with the channel-list