X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Flabeledit.h;h=9c6a9ab60da51c7e2cd7b60ba82ff2d5b72261fc;hp=094c9f415c4c9e62ab9224f37aa78cf07de3a5ab;hb=95683646dce10ad3f6a8c8c9c9225c69f4841ec5;hpb=8b0d4fea3dbf5321d0688eb75f25be77f751d003 diff --git a/cinelerra-5.1/cinelerra/labeledit.h b/cinelerra-5.1/cinelerra/labeledit.h index 094c9f41..9c6a9ab6 100644 --- a/cinelerra-5.1/cinelerra/labeledit.h +++ b/cinelerra-5.1/cinelerra/labeledit.h @@ -39,7 +39,7 @@ public: ~LabelEdit(); BC_Window *new_gui(); - void start(Label *label); + void start(Label *label, int x, int y); void handle_close_event(int result); void handle_done_event(int result); @@ -49,13 +49,14 @@ public: VWindow *vwindow; Label *label; + int x, y; LabelEditWindow *label_edit_window; }; class LabelEditWindow : public BC_Window { public: - LabelEditWindow(MWindow *mwindow, LabelEdit *thread, int x, int y); + LabelEditWindow(MWindow *mwindow, LabelEdit *thread); ~LabelEditWindow(); void create_objects();