summaryrefslogtreecommitdiff
path: root/src/pa-sink-ctl.h
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-18 16:05:38 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-18 16:05:38 +0100
commit27675c45d74167b08446e4d36425a1738c8e1609 (patch)
treeca7aede29cef46852951e4fe85bbebbcc20b122b /src/pa-sink-ctl.h
parent2d4dcc93891570391a993fa151f0ef02997e2307 (diff)
downloadpa-sink-ctl-27675c45d74167b08446e4d36425a1738c8e1609.tar.gz
pa-sink-ctl-27675c45d74167b08446e4d36425a1738c8e1609.tar.bz2
pa-sink-ctl-27675c45d74167b08446e4d36425a1738c8e1609.zip
interface: Unify drawing code for sinks and inputs
They are drawn from the same function that calls itself recursiveley for childs of the currently drawn volume control. So its called for all sink_inputs that belong to a sink.
Diffstat (limited to 'src/pa-sink-ctl.h')
-rw-r--r--src/pa-sink-ctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pa-sink-ctl.h b/src/pa-sink-ctl.h
index 97801d4..01fd3e8 100644
--- a/src/pa-sink-ctl.h
+++ b/src/pa-sink-ctl.h
@@ -33,6 +33,7 @@ struct context {
WINDOW *menu_win;
WINDOW *msg_win;
+ gint y;
guint resize_source_id;
#ifdef HAVE_SIGNALFD