X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcolorpicker.h;h=9116e0d61a4a4eccf37ef838f310951a90fbe6c1;hb=071118a29f7a9b123cd313fca29bdc65368613ca;hp=706b279249dbcf0f53ee261b0655c4446f389c0b;hpb=5d8a7826b0f80f00622e46baf75453995a76e343;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/colorpicker.h b/cinelerra-5.1/cinelerra/colorpicker.h index 706b2792..9116e0d6 100644 --- a/cinelerra-5.1/cinelerra/colorpicker.h +++ b/cinelerra-5.1/cinelerra/colorpicker.h @@ -45,6 +45,7 @@ public: ColorPicker(int do_alpha = 0, const char *title = 0); ~ColorPicker(); void start_window(int color, int alpha, int ok_cancel=0); + virtual void create_objects(ColorWindow *window) {} virtual void update_gui(int color, int alpha); virtual int handle_new_color(int color, int alpha); BC_Window* new_gui(); @@ -142,6 +143,7 @@ public: void update_gui(int color, int alpha); int handle_new_color(int color, int alpha); + void create_objects(); int close_event() { return close_gui(); } int cursor_motion_event() { return cursor_motion_gui(); }