summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-07-13 16:57:16 +0200
committerben <benjaminfranzke@googlemail.com>2010-07-13 16:57:16 +0200
commit28c43b727c113d170e8a55b4b060e409665dd9d7 (patch)
treee076cb7ec988a4ecb2c17aa74acd22de963c9a1e /src/interface.c
parent66e647d0254de74ee44535aba4d8e6d99f7031b9 (diff)
downloadpa-sink-ctl-28c43b727c113d170e8a55b4b060e409665dd9d7.tar.gz
pa-sink-ctl-28c43b727c113d170e8a55b4b060e409665dd9d7.tar.bz2
pa-sink-ctl-28c43b727c113d170e8a55b4b060e409665dd9d7.zip
add volume output for sinks
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c
index dd00c0e..282dd3f 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -84,6 +84,7 @@ void print_sink_list(void) {
if (i == chooser_sink && chooser_input == -1)
wattroff(menu_win, A_REVERSE);
+ print_volume(sink_list[i]->vol, y+i+offset);
print_input_list(i);