Code

Adding the lacking HSL bubbles transparent
[inkscape.git] / src / selcue.h
index 42ebc9878c4b04fc84df5dd9d337881b57ecc3c6..c9266ac9a464a52f77c8826c25be999ac961d365 100644 (file)
@@ -38,13 +38,15 @@ public:
 private:
 
     void _updateItemBboxes();
+    void _newItemBboxes();
+    void _newTextBaselines();
 
     SPDesktop *_desktop;
     Selection *_selection;
     sigc::connection _sel_changed_connection;
     sigc::connection _sel_modified_connection;
-    std::list<SPCanvasItem*> _item_bboxes;
-    std::list<SPCanvasItem*> _text_baselines;
+    std::vector<SPCanvasItem*> _item_bboxes;
+    std::vector<SPCanvasItem*> _text_baselines;
 };
 
 }