add API to create [tar.xz] archives
[ardour.git] / libs / canvas / widget.cc
index 17d0d29e59ff78e843ee0408ea2abd9903d5dcd6..25541c1660abf8bbe349925e36a35130394d91c1 100644 (file)
@@ -91,7 +91,7 @@ Widget::compute_bounding_box () const
 {
        std::cerr << "cbbox for widget\n";
 
-       GtkRequisition req;
+       GtkRequisition req = { 0, 0 };
        Gtk::Allocation alloc;
 
        _widget.size_request (req);