From 56985c505d4cbbf62825eafb16416f8d3c9ca6d1 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 18 Dec 2011 16:54:03 +0100 Subject: interface: Use printf precision and padding for volume bar printing --- src/pa-sink-ctl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pa-sink-ctl.h') diff --git a/src/pa-sink-ctl.h b/src/pa-sink-ctl.h index 97801d4..bc93ccb 100644 --- a/src/pa-sink-ctl.h +++ b/src/pa-sink-ctl.h @@ -33,6 +33,8 @@ struct context { WINDOW *menu_win; WINDOW *msg_win; + gint volume_bar_len; + gchar *volume_bar; guint resize_source_id; #ifdef HAVE_SIGNALFD -- cgit