From 27675c45d74167b08446e4d36425a1738c8e1609 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 18 Dec 2011 16:05:38 +0100 Subject: 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. --- src/pa-sink-ctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pa-sink-ctl.h') 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 -- cgit