]> git.lyx.org Git - features.git/blobdiff - src/frontends/Clipboard.h
Fix multiple cell pasting on Windows and Mac (bug 4436):
[features.git] / src / frontends / Clipboard.h
index 0db784c9268c8e9e19fe7bd87bf0b75ef085dfa0..812dd43a8426dd3dab100144e247d40a032a2c5d 100644 (file)
@@ -55,6 +55,9 @@ public:
        /// \returns true if the system clipboard has been set within LyX
        /// (document contents, dialogs count as external here).
        virtual bool isInternal() const = 0;
+       /// \returns true if the OS has the concept of clipboard ownership,
+       /// which is crucial for our concept of internal clipboard.
+       virtual bool hasInternal() const = 0;
        /// Is the clipboard empty?
        /// \returns true if both the LyX and the plaintext versions of the
        /// clipboard are empty.