From 41fe8530d1c1c83e1db207dae2f0be83e7426ce9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 3 Sep 2004 23:55:25 +0000 Subject: show size of sample cache in stat window show size in sample window git-svn-id: file:///home/lennart/svn/public/paman/trunk@28 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- src/ServerInfoManager.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ServerInfoManager.hh') diff --git a/src/ServerInfoManager.hh b/src/ServerInfoManager.hh index 6762f75..3395de1 100644 --- a/src/ServerInfoManager.hh +++ b/src/ServerInfoManager.hh @@ -154,7 +154,7 @@ public: uint32_t index; Glib::ustring name; struct pa_sample_spec sample_spec; - uint32_t volume, duration; + uint32_t volume, duration, bytes; Gtk::TreeRowReference treeRef; -- cgit