Mute button + RT shows up immediately now in Windows Mixer

see issue 803
This commit is contained in:
Oliver Duis
2011-06-28 19:44:22 +02:00
parent 47cd6fc04e
commit 58efd5c861
8 changed files with 41 additions and 2 deletions

View File

@@ -25,6 +25,7 @@
class SoundManager {
public:
static void init();
static void playSoundAsync(const Glib::ustring &sound);
};