diff layer/Layer.h @ 360:d58701996fae

* Update remaining editable layers to support proper realignment on copy/paste * Permit pasting when no suitable layer is current: create a new layer on paste * Add preference for showing the splash screen or not * Rename spectrogram smoothing prefs (partly following Craig's suggestions)
author Chris Cannam
date Wed, 06 Feb 2008 14:15:09 +0000
parents 020c485aa7e0
children 6167a28d25fc
line wrap: on
line diff
--- a/layer/Layer.h	Wed Feb 06 12:49:49 2008 +0000
+++ b/layer/Layer.h	Wed Feb 06 14:15:09 2008 +0000
@@ -468,6 +468,7 @@
 
     virtual size_t alignToReference(View *v, size_t frame) const;
     virtual size_t alignFromReference(View *v, size_t frame) const;
+    bool clipboardHasDifferentAlignment(View *v, const Clipboard &clip) const;
 
     struct MeasureRect {