Preserve stacked / overlaid state of tracks in the session file.
[ardour.git] / gtk2_ardour / canvas-waveview.h
index 3d7b02946d572f0696a4d4328e175d15a47fe2b0..520e9b3e1709b4afb25883bc8d050cec889cc0f4 100644 (file)
@@ -55,10 +55,10 @@ struct _GnomeCanvasWaveViewCacheEntry
 struct _GnomeCanvasWaveViewCache
 {
     GnomeCanvasWaveViewCacheEntry* data;
-    gint32                       allocated;
-    gint64                       data_size;
-    gulong                       start;
-    gulong                       end;
+    guint32                       allocated;
+    guint64                       data_size;
+    gulong                        start;
+    gulong                        end;
 };    
 
 GnomeCanvasWaveViewCache* gnome_canvas_waveview_cache_new ();