]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
whitespace
[lyx.git] / src / Cursor.h
index 3464a54a233885f0b991e8e4ae862ecdfe4f3d01..719a2cbd4f8138e49259badd6abd6ac065cb22ce 100644 (file)
@@ -228,8 +228,14 @@ public:
        void undispatched();
        /// the event was already dispatched
        void dispatched();
-       /// Set which update should be done
+       /// Set which screen update should be done
        void screenUpdateFlags(Update::flags f);
+       /// Forces an updateBuffer() call
+       void forceBufferUpdate();
+       /// Removes any pending updateBuffer() call
+       void clearBufferUpdate();
+       /// Do we need to call updateBuffer()?
+       bool needBufferUpdate() const;
        /**
         * don't call update() when done
         *