X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fvideo_panel.h;fp=src%2Fwx%2Fvideo_panel.h;h=28d6aa4bbf6b6d8118cd88784ce799066bd7157c;hp=aa0c6ed531af796a4fdc54df2c4f83e8b3957262;hb=b6c780d3107557d452c6612d715d01e2be52dbda;hpb=e725a6b4bce2a05275ee611965c62d6803f3bf7c diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index aa0c6ed53..28d6aa4bb 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -45,6 +45,7 @@ public: private: void edit_filters_clicked (); + void enable_colour_conversion_clicked (); void edit_colour_conversion_clicked (); void fade_in_changed (); void fade_out_changed (); @@ -62,6 +63,7 @@ private: wxStaticText* _description; wxStaticText* _filters; wxButton* _filters_button; + wxCheckBox* _enable_colour_conversion; wxStaticText* _colour_conversion; wxButton* _colour_conversion_button; };