From 4d38b0a057c9c78c3e400c953b6ab5ea6d2a37b0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 12 Aug 2004 23:26:31 +0000 Subject: add support for listing clients and modules git-svn-id: file:///home/lennart/svn/public/paman/trunk@5 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- SourceWindow.hh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'SourceWindow.hh') diff --git a/SourceWindow.hh b/SourceWindow.hh index 71e33e0..964d64f 100644 --- a/SourceWindow.hh +++ b/SourceWindow.hh @@ -17,14 +17,16 @@ public: *monitorOfSinkLabel; Gtk::Button *closeButton, - *toParentSinkButton; + *toParentSinkButton, + *toOwnerModuleButton; - uint32_t monitor_of_sink; + uint32_t monitor_of_sink, owner_module; void updateInfo(const SourceInfo &i); virtual void onCloseButton(); virtual void onParentSinkButton(); + virtual void onToOwnerModuleButton(); }; #endif -- cgit