X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fzoombar.h;h=e2331e241a4e24a06a3e9f582e954f443e7f886c;hp=9026e31626731156cd30b6b6d7a186ff9fb4dece;hb=15411d7912d8aa1b9bea6ba8862517b058861771;hpb=9a7a880b549aed850fd3c29abb152d69a94e23f8 diff --git a/cinelerra-5.1/cinelerra/zoombar.h b/cinelerra-5.1/cinelerra/zoombar.h index 9026e316..e2331e24 100644 --- a/cinelerra-5.1/cinelerra/zoombar.h +++ b/cinelerra-5.1/cinelerra/zoombar.h @@ -42,6 +42,8 @@ public: void redraw_time_dependancies(); int update(); // redraw the current values void update_autozoom(); + void update_autozoom(int grouptype, int color); + void update_autozoom(int color); int update_clocks(); int update_playback(int64_t new_position); // update the playback position int set_selection(int which_one); @@ -111,6 +113,7 @@ public: void create_objects(); static const char* to_text(int shape); static int from_text(char *text); + int draw_face(int dx); int handle_event(); MWindow *mwindow; ZoomBar *zoombar;