summaryrefslogtreecommitdiff
path: root/src/wx/timeline.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-20 14:53:55 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-20 14:53:55 +0100
commit56aa7eef1572e48c96ff198ee52a5a5fe17a6bf0 (patch)
tree269b846bc2bf32e611eb4102710131dd41c7f3c6 /src/wx/timeline.h
parentb5e8836102e7f5571ecf852125c711477fd32c81 (diff)
Timeline fix ups.
Diffstat (limited to 'src/wx/timeline.h')
-rw-r--r--src/wx/timeline.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/timeline.h b/src/wx/timeline.h
index 4214ee3a8..5d7960be5 100644
--- a/src/wx/timeline.h
+++ b/src/wx/timeline.h
@@ -1,3 +1,5 @@
+/* -*- c-basic-offset: 8; default-tab-width: 8; -*- */
+
/*
Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
@@ -61,6 +63,7 @@ private:
void left_down (wxMouseEvent &);
void playlist_changed ();
void setup_pixels_per_time_unit ();
+ void resized (wxSizeEvent &);
boost::weak_ptr<const Film> _film;
std::list<boost::shared_ptr<View> > _views;