update resource pixmap settings even if asset not drawn
[goodguy/history.git] / cinelerra-5.1 / cinelerra / resourcepixmap.h
index 7d1394fdfe901de73db8a2edb723d1e4e9825a9a..1a2e1827914049f5812b2f61431e6657bf008f11 100644 (file)
@@ -39,6 +39,9 @@ public:
        ~ResourcePixmap();
 
        void resize(int w, int h);
+       void update_settings(Edit *edit,
+               int64_t edit_x, int64_t edit_w,
+               int64_t pixmap_x, int64_t pixmap_w, int64_t pixmap_h);
        void draw_data(TrackCanvas *canvas,
                Edit *edit, int64_t edit_x, int64_t edit_w,
                int64_t pixmap_x, int64_t pixmap_w, int64_t pixmap_h,