summaryrefslogtreecommitdiffstats
path: root/src/MainWindow.hh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-06 21:56:33 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-06 21:56:33 +0000
commit2a8d238797d6fffa6490b21e52d6abf3f533a5f6 (patch)
tree81d51e9e495100f7489f9762f70fed5dbc2290a6 /src/MainWindow.hh
parent41fe8530d1c1c83e1db207dae2f0be83e7426ce9 (diff)
add support for showing default sink and default source
git-svn-id: file:///home/lennart/svn/public/paman/trunk@29 cdefa82f-4ce1-0310-97f5-ab6066f37c3c
Diffstat (limited to 'src/MainWindow.hh')
-rw-r--r--src/MainWindow.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/MainWindow.hh b/src/MainWindow.hh
index 4ddf403..211a011 100644
--- a/src/MainWindow.hh
+++ b/src/MainWindow.hh
@@ -23,7 +23,9 @@ public:
*hostNameLabel,
*linkLibraryVersionLabel,
*compiledLibraryVersionLabel,
- *titleLabel;
+ *titleLabel,
+ *defaultSinkLabel,
+ *defaultSourceLabel;
Gtk::Button *deviceOpenButton,
*clientOpenButton,