diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-16 20:14:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-16 21:51:15 +0100 |
| commit | 74a8d26a8907c6e00e29f054178a3425f44e38ed (patch) | |
| tree | fd700ba8471edcbd6e9e6481a3ca1397397a2d5d /src/wx/video_panel.h | |
| parent | c2909b61d360510241ef37abd255269bd8aa9526 (diff) | |
Very basics of colour conversion configuration.
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 5a2281150..62332a052 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -41,8 +41,10 @@ private: void edit_filters_clicked (); void ratio_changed (); void frame_type_changed (); + void colour_conversion_changed (); void setup_description (); + void setup_colour_conversions (); wxChoice* _frame_type; wxSpinCtrl* _left_crop; @@ -54,4 +56,5 @@ private: wxStaticText* _description; wxStaticText* _filters; wxButton* _filters_button; + wxChoice* _colour_conversion; }; |
