summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/video_panel.h')
-rw-r--r--src/wx/video_panel.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h
index 4cc9cd79c..51a593e75 100644
--- a/src/wx/video_panel.h
+++ b/src/wx/video_panel.h
@@ -40,16 +40,18 @@ private:
void bottom_crop_changed (wxCommandEvent &);
void edit_filters_clicked (wxCommandEvent &);
void ratio_changed (wxCommandEvent &);
+ void frame_type_changed ();
void setup_scaling_description ();
-
- wxChoice* _ratio;
- wxStaticText* _ratio_description;
- wxStaticText* _scaling_description;
+
+ wxChoice* _frame_type;
wxSpinCtrl* _left_crop;
wxSpinCtrl* _right_crop;
wxSpinCtrl* _top_crop;
wxSpinCtrl* _bottom_crop;
+ wxChoice* _ratio;
+ wxStaticText* _ratio_description;
+ wxStaticText* _scaling_description;
wxStaticText* _filters;
wxButton* _filters_button;
};