]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
bug 2298: cursorTop/Bottom/Home/End does not redraw after dEPM
[lyx.git] / src / paragraph_pimpl.h
index 5d15a82ec383bfed6e72d35378fb997ff1508bfa..488e7e4deddcc0ab7f0a50ccecf936f06d7628ca 100644 (file)
@@ -54,8 +54,10 @@ public:
        bool isChangeEdited(lyx::pos_type start, lyx::pos_type end) const;
        /// set change at pos
        void setChange(lyx::pos_type pos, Change::Type type);
+       /// set full change at pos
+       void setChangeFull(lyx::pos_type pos, Change change);
        /// mark as erased
-       void markErased();
+       void markErased(bool);
        /// accept change
        void acceptChange(lyx::pos_type start, lyx::pos_type end);
        /// reject change