Use <= when comparing distances to give priority to the uppermost duck in the event...
[synfig.git] / synfig-core / trunk / src / synfig / canvas.h
index 7f22ce5..d2906be 100644 (file)
@@ -541,6 +541,12 @@ public:
 
        Handle clone(const GUID& deriv_guid=GUID())const;
 
+       void register_external_canvas(String file, Handle canvas);
+
+#ifdef _DEBUG
+       void show_externals(String file, int line, String text) const;
+#endif // _DEBUG
+
 private:
        void add_group_pair(String group, etl::handle<Layer> layer);
        void remove_group_pair(String group, etl::handle<Layer> layer);