diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-24 22:34:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-24 22:34:45 +0100 |
| commit | 819590f9f8217235ebf4467b1d24e1aec1f97c29 (patch) | |
| tree | f493c7f715e646a332431a510eff58e09b0a9d59 /src/wx/video_panel.h | |
| parent | 360f49fad409d1e37318ffcf3069c4111c19c7b8 (diff) | |
Add basics of colourspace conversion bypass (#266).
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 99633491d..16ecb7e2e 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -37,6 +37,7 @@ public: private: void edit_filters_clicked (); + void enable_colour_conversion_clicked (); void edit_colour_conversion_clicked (); void setup_description (); @@ -50,6 +51,7 @@ private: wxStaticText* _description; wxStaticText* _filters; wxButton* _filters_button; + wxCheckBox* _enable_colour_conversion; wxStaticText* _colour_conversion; wxButton* _colour_conversion_button; }; |
