repair utf8 keycode vs wkey syms
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mwindow.h
index 9845ea6bf6f3b7bcd0942291d5c9540b7de27352..2b2f56c03f8e97992c6801211915d9219091a5ea 100644 (file)
@@ -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,
@@ -251,6 +250,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
@@ -486,6 +487,9 @@ public:
        void redo_entry(BC_WindowBase *calling_window_gui);
        void save_undo_data();
        void load_undo_data();
+       int copy_target(const char *path, const char *target);
+       int link_target(const char *real_path, const char *link_path, int relative);
+       void save_project(const char *dir, int save_mode, int overwrite, int reload);
 
        int cut_automation();
        int copy_automation();