]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
ctests: fix/update CJK tests.
[lyx.git] / src / BufferView.h
index fd4ae4c33eb5448849e6dfba070be4c9a0392987..2478e609349857d2ae1ce47c28f8c8891caff053 100644 (file)
@@ -138,9 +138,6 @@ public:
        /// Only to be called with good y coordinates (after a bv::metrics)
        bool needsFitCursor() const;
 
-       /// returns true if this row needs to be repainted (to erase caret)
-       bool needRepaint(Text const * text, Row const & row) const;
-
        // Returns the amount of horizontal scrolling applied to the
        // top-level row where the cursor lies
        int horizScrollOffset() const;
@@ -310,6 +307,8 @@ public:
        bool paragraphVisible(DocIterator const & dit) const;
        /// is the cursor currently visible in the view
        bool cursorInView(Point const & p, int h) const;
+       /// set the ascent and descent of the caret
+       void setCaretAscentDescent(int asc, int des);
        /// get the position and height of the caret
        void caretPosAndHeight(Point & p, int & h) const;