summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-20 00:09:58 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-20 00:09:58 +0100
commit71cb2c8b03be7a246567631c637347d871c9c82d (patch)
treee0aa51ebfd1027e20ee08aa40aec0d18536fdd4d /src/wx/video_panel.h
parent11c54ca7ffb9f4b70dff6414b8da2099597b0d4d (diff)
Hopefully sensitivity is a bit tidier.
Diffstat (limited to 'src/wx/video_panel.h')
-rw-r--r--src/wx/video_panel.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h
index a373f091e..4cc9cd79c 100644
--- a/src/wx/video_panel.h
+++ b/src/wx/video_panel.h
@@ -17,6 +17,7 @@
*/
+#include "lib/film.h"
#include "film_editor_panel.h"
class wxChoice;
@@ -29,10 +30,9 @@ class VideoPanel : public FilmEditorPanel
public:
VideoPanel (FilmEditor *);
+ void film_changed (Film::Property);
void film_content_changed (boost::shared_ptr<Content>, int);
- void setup_scaling_description ();
-
private:
void left_crop_changed (wxCommandEvent &);
void right_crop_changed (wxCommandEvent &);
@@ -41,6 +41,8 @@ private:
void edit_filters_clicked (wxCommandEvent &);
void ratio_changed (wxCommandEvent &);
+ void setup_scaling_description ();
+
wxChoice* _ratio;
wxStaticText* _ratio_description;
wxStaticText* _scaling_description;