diff widgets/PaneStack.h @ 19:46d8f5add6f0

* Introduce potentially-separate read and write ring buffers, so we can swap in a new set when something changes -- thus allowing us to respond quickly when something changes during playback, without losing the long buffers * Some fixes for display & editing
author Chris Cannam
date Fri, 27 Jan 2006 18:04:07 +0000
parents 0183ebb725ca
children 78515b1e29eb
line wrap: on
line diff
--- a/widgets/PaneStack.h	Thu Jan 26 18:01:38 2006 +0000
+++ b/widgets/PaneStack.h	Fri Jan 27 18:04:07 2006 +0000
@@ -34,6 +34,7 @@
     int getPaneCount() const;
 
     void setCurrentPane(Pane *pane);
+    void setCurrentLayer(Pane *pane, Layer *layer);
     Pane *getCurrentPane();
 
 signals: