X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcanvas.h;fp=cinelerra-5.1%2Fcinelerra%2Fcanvas.h;h=1984269560882a1583377cce0ba19fcbb3bfd530;hp=9a78095eacea972c62543eafe57028edc0e39d21;hb=2e28d225c343f02500594688bf8d0528df40600c;hpb=7773615d89c9da219d3ade11c265601bfbc07dc0 diff --git a/cinelerra-5.1/cinelerra/canvas.h b/cinelerra-5.1/cinelerra/canvas.h index 9a78095e..19842695 100644 --- a/cinelerra-5.1/cinelerra/canvas.h +++ b/cinelerra-5.1/cinelerra/canvas.h @@ -131,6 +131,7 @@ public: // passing -1 causes automatic size detection int canvas_w = -1, int canvas_h = -1); + void update_geometry(EDL *edl, int x, int y, int w, int h); void reposition_window(EDL *edl, int x, int y, int w, int h); virtual void reset_translation() {}; virtual void close_source() {};