From 9481de22354d1f07212c39a9ed67134930bfe2a5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 16 Sep 2004 22:57:01 +0000 Subject: implement client/source-output/sink-input killing git-svn-id: file:///home/lennart/svn/public/paman/trunk@34 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- src/SourceOutputWindow.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/SourceOutputWindow.hh') diff --git a/src/SourceOutputWindow.hh b/src/SourceOutputWindow.hh index 5fc4e8c..c474f72 100644 --- a/src/SourceOutputWindow.hh +++ b/src/SourceOutputWindow.hh @@ -27,7 +27,7 @@ public: *toSourceButton, *killButton; - uint32_t owner_module, source, client; + uint32_t owner_module, source, client, index; void updateInfo(const SourceOutputInfo &i); @@ -36,6 +36,7 @@ public: virtual void onToClientButton(); virtual void onToSourceButton(); virtual bool on_delete_event(GdkEventAny* e); + virtual void onKillButton(); }; #endif -- cgit