load fn from resources, del kfrm speed update, svg exec cmd/file win fixes, undo...
[goodguy/history.git] / cinelerra-5.1 / plugins / svg / svgwin.h
index 1e91af4ce1e020c92c9b58257438c66c22d9d5f0..136a3ef78527f31af11565e0737c7c3489febba0 100644 (file)
@@ -82,11 +82,14 @@ class NewSvgButton : public BC_GenericButton, public Thread
 {
 public:
        NewSvgButton(SvgMain *client, SvgWin *window, int x, int y);
+       ~NewSvgButton();
        int handle_event();
        void run();
+       void stop();
 
        SvgMain *client;
        SvgWin *window;
+       NewSvgWindow *new_window;
 };
 
 class EditSvgButton : public BC_GenericButton, public Thread