summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-16 20:14:33 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-16 21:51:15 +0100
commit74a8d26a8907c6e00e29f054178a3425f44e38ed (patch)
treefd700ba8471edcbd6e9e6481a3ca1397397a2d5d /src/wx/video_panel.h
parentc2909b61d360510241ef37abd255269bd8aa9526 (diff)
Very basics of colour conversion configuration.
Diffstat (limited to 'src/wx/video_panel.h')
-rw-r--r--src/wx/video_panel.h3
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;
};