X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=inline;f=cinelerra-5.1%2Fcinelerra%2Fcolorpicker.h;h=9116e0d61a4a4eccf37ef838f310951a90fbe6c1;hb=052becff04e4f4a4240a87c6b2f2f4023b65d247;hp=706b279249dbcf0f53ee261b0655c4446f389c0b;hpb=b8edca23c6b2a5109676001cd04759507e354364;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(); }