summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-09 00:27:05 +0200
committerRobin Gareus <robin@gareus.org>2019-04-09 00:27:33 +0200
commit01a43c6b1e30f9bef7fabf5f52cc031f149aaefa (patch)
tree8b55fbe0baf3f9e300d35b52247f2858e3f2f37f /gtk2_ardour/streamview.h
parent14b27be65842203ffc73b274feb03576126d8204 (diff)
Another round of whitespace fixes
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index ea5391f847..bd6e05bd05 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -46,9 +46,9 @@ namespace ArdourCanvas {
}
struct RecBoxInfo {
- ArdourCanvas::Rectangle* rectangle;
- samplepos_t start;
- ARDOUR::samplecnt_t length;
+ ArdourCanvas::Rectangle* rectangle;
+ samplepos_t start;
+ ARDOUR::samplecnt_t length;
};
class Selectable;
@@ -149,20 +149,20 @@ protected:
virtual void color_handler () = 0;
- RouteTimeAxisView& _trackview;
- ArdourCanvas::Container* _canvas_group;
- ArdourCanvas::Rectangle* canvas_rect; /* sample around the whole thing */
+ RouteTimeAxisView& _trackview;
+ ArdourCanvas::Container* _canvas_group;
+ ArdourCanvas::Rectangle* canvas_rect; /* sample around the whole thing */
typedef std::list<RegionView* > RegionViewList;
- RegionViewList region_views;
+ RegionViewList region_views;
double _samples_per_pixel;
- sigc::connection screen_update_connection;
- std::vector<RecBoxInfo> rec_rects;
+ sigc::connection screen_update_connection;
+ std::vector<RecBoxInfo> rec_rects;
std::list< std::pair<boost::shared_ptr<ARDOUR::Region>,RegionView* > > rec_regions;
- bool rec_updating;
- bool rec_active;
+ bool rec_updating;
+ bool rec_active;
uint32_t region_color; ///< Contained region color
uint32_t stream_base_color; ///< Background color
@@ -176,7 +176,7 @@ protected:
double height;
PBD::ScopedConnectionList rec_data_ready_connections;
- samplepos_t last_rec_data_sample;
+ samplepos_t last_rec_data_sample;
/* When recording, the session time at which a new layer must be created for the region
being recorded, or max_samplepos if not applicable.