summaryrefslogtreecommitdiffstats
path: root/src/SourceOutputWindow.hh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-16 22:57:01 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-16 22:57:01 +0000
commit9481de22354d1f07212c39a9ed67134930bfe2a5 (patch)
tree95e597c6e4a3e0b4fd472e17949c1da39de0298c /src/SourceOutputWindow.hh
parent0a84f669d3d4c72c498b01b999dd89af7f917480 (diff)
implement client/source-output/sink-input killing
git-svn-id: file:///home/lennart/svn/public/paman/trunk@34 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
Diffstat (limited to 'src/SourceOutputWindow.hh')
-rw-r--r--src/SourceOutputWindow.hh3
1 files changed, 2 insertions, 1 deletions
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