X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fgwindowgui.h;h=f243a22879672f4e0dc867bc4f008aa52b1c600f;hb=a19a685a46ddc630010788707d9e5b9d2342af46;hp=bde6fa7ddc7a30f5c1abaab21392111fd4a15c98;hpb=fd7da506ec769c911c35264b49bff28f408a02f9;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/gwindowgui.h b/cinelerra-5.1/cinelerra/gwindowgui.h index bde6fa7d..f243a228 100644 --- a/cinelerra-5.1/cinelerra/gwindowgui.h +++ b/cinelerra-5.1/cinelerra/gwindowgui.h @@ -60,12 +60,14 @@ public: void update_toggles(int use_lock); void toggle_camera_xyz(); void toggle_projector_xyz(); - void update_mwindow(); + void update_mwindow(int toggles, int overlays); void load_defaults(); void save_defaults(); int *get_main_value(toggleinfo *info); int check_xyz(int group); void xyz_check(int group, int v); + void set_cool(int reset, int all=0); + void set_hot(GWindowToggle *toggle); static const char *non_auto_text[]; static const char *auto_text[]; @@ -90,8 +92,10 @@ public: int handle_event(); void update(); void update_gui(int color); + int draw_face(int flash, int flush); int color; + int hot, hot_value; toggleinfo *info; GWindowGUI *gui; GWindowColorButton *color_button;