repair default keyframe load, tweak init default histogram threshold
[goodguy/history.git] / cinelerra-5.1 / cinelerra / patchgui.h
index 126b06661a0113d473d698c9e012bd1fed6628ba..53ba9d20f3d617cc9b996c47da94134675777102 100644 (file)
@@ -113,8 +113,9 @@ 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;
        PatchGUI *patch;
 };