]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
bug 2298: cursorTop/Bottom/Home/End does not redraw after dEPM
[lyx.git] / src / paragraph.h
index 6a9e0272441060ad12b0ac2ea1d407582141d98c..27038e0ff19b24df5f4b36a59c98f6bce9280caa 100644 (file)
@@ -224,6 +224,9 @@ public:
 
        /// 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);
 
        /// accept change
        void acceptChange(lyx::pos_type start, lyx::pos_type end);
@@ -273,7 +276,7 @@ public:
        LyXFont const
        getFontSettings(BufferParams const &, lyx::pos_type pos) const;
        ///
-       LyXFont const getFirstFontSettings() const;
+       LyXFont const getFirstFontSettings(BufferParams const &) const;
 
        /** Get fully instantiated font. If pos == -1, use the layout
            font attached to this paragraph.