From 879eef6acb3c8a6ad937a5a7cfbfc9f151bcc0cd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 31 May 2006 17:54:34 +0000 Subject: Make the volume meter buttons insensitive if pavumeter is not in the $PATH git-svn-id: file:///home/lennart/svn/public/paman/trunk@69 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- src/ServerInfoManager.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ServerInfoManager.hh') diff --git a/src/ServerInfoManager.hh b/src/ServerInfoManager.hh index 6467c05..c8ce1d8 100644 --- a/src/ServerInfoManager.hh +++ b/src/ServerInfoManager.hh @@ -243,7 +243,8 @@ public: void playSample(uint32_t sample, uint32_t sink); void runVolumeMeter(const Glib::ustring &source); - + bool volumeMeterSupported(); + void killClient(uint32_t index); void killSourceOutput(uint32_t index); void killSinkInput(uint32_t index); -- cgit