X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindow.h;h=e0f0d4f8c19eab038534474199c58c7490503e79;hb=refs%2Fheads%2Fmaster;hp=c6db8e7ebc4039067d8f77bcff510673c4188ce4;hpb=568bf4145a8bc66472ea3625741dacbd3b56ccc0;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mwindow.h b/cinelerra-5.1/cinelerra/mwindow.h index c6db8e7e..e0f0d4f8 100644 --- a/cinelerra-5.1/cinelerra/mwindow.h +++ b/cinelerra-5.1/cinelerra/mwindow.h @@ -142,7 +142,6 @@ public: void hide_gwindow(); int tile_windows(int window_config); char *get_cwindow_display(); -// void set_titles(int value); void set_screens(int value); int asset_to_edl(EDL *new_edl, Asset *new_asset, @@ -177,6 +176,7 @@ public: int overwrite); // Reset everything for a load void update_project(int load_mode); + void update_vwindow(); // Fit selected time to horizontal display range void fit_selection(); // Fit selected autos to the vertical display range @@ -251,6 +251,8 @@ public: void move_up(int64_t distance = 0); void move_down(int64_t distance = 0); int find_selection(double position, int scroll_display = 0); + void toggle_camera_xyz(); + void toggle_projector_xyz(); // seek to labels // shift_down must be passed by the caller because different windows call