From 07752848b29988288416259360ab2ad49107f3a6 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 8 Jan 2005 22:33:43 +0000 Subject: fix paman for polypaudio 0.8 git-svn-id: file:///home/lennart/svn/public/paman/trunk@46 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- src/ServerInfoManager.hh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/ServerInfoManager.hh') diff --git a/src/ServerInfoManager.hh b/src/ServerInfoManager.hh index bdce711..df9f37a 100644 --- a/src/ServerInfoManager.hh +++ b/src/ServerInfoManager.hh @@ -42,6 +42,7 @@ public: pa_volume_t volume; pa_usec_t latency; Glib::ustring monitor_source_name; + pa_typeid_t _typeid; Gtk::TreeRowReference treeRef, sinkComboBoxTreeRef; @@ -62,6 +63,7 @@ public: uint32_t owner_module; uint32_t monitor_of_sink; pa_usec_t latency; + pa_typeid_t _typeid; Gtk::TreeRowReference treeRef; SourceWindow *window; @@ -93,8 +95,9 @@ public: void showWindow(); uint32_t index; - Glib::ustring name, protocol_name; + Glib::ustring name; uint32_t owner_module; + pa_typeid_t _typeid; Gtk::TreeRowReference treeRef; ClientWindow *window; @@ -118,6 +121,7 @@ public: pa_volume_t volume; pa_usec_t buffer_usec, sink_usec; Glib::ustring resample_method; + pa_typeid_t _typeid; Gtk::TreeRowReference treeRef; @@ -141,6 +145,7 @@ public: uint32_t owner_module; pa_usec_t buffer_usec, source_usec; Glib::ustring resample_method; + pa_typeid_t _typeid; Gtk::TreeRowReference treeRef; -- cgit