X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fpatchgui.h;fp=cinelerra-5.1%2Fcinelerra%2Fpatchgui.h;h=53ba9d20f3d617cc9b996c47da94134675777102;hb=95f86161c3b9c422bbd04ec8f685aa7e856d6dd7;hp=da415bb94bd8411e00bf2b913d922c6d2110e10b;hpb=09c2f5f26f06b33101230e42cdb0a482a6cccf76;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/patchgui.h b/cinelerra-5.1/cinelerra/patchgui.h index da415bb9..53ba9d20 100644 --- a/cinelerra-5.1/cinelerra/patchgui.h +++ b/cinelerra-5.1/cinelerra/patchgui.h @@ -113,7 +113,7 @@ public: class TitlePatch : public BC_TextBox { public: - TitlePatch(MWindow *mwindow, PatchGUI *patch, int x, int y); + TitlePatch(MWindow *mwindow, PatchGUI *patch, int x, int y, int w); int handle_event(); void update(const char *text); MWindow *mwindow;