]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
more changes, read the Changelog
[lyx.git] / src / lyxtext.h
index c5ea5c05f5c53dc05f66feb737a2f28a9159a1c1..48832114470bdb6f509a54057150b8e39aea47a3 100644 (file)
@@ -63,7 +63,7 @@ public:
        mutable int number_of_rows;
        ///
        mutable long height;
-       mutable int  width;
+       mutable unsigned int width;
        /// the current font settings
        mutable LyXFont current_font;
        /// the current font
@@ -332,7 +332,7 @@ public:
          solution but faster.
         */
        void GetVisibleRow(BufferView *, int y_offset, int x_offset,
-                          Row * row_ptr, long y);
+                          Row * row_ptr, long y, bool cleared=false);
 
        /* footnotes: */
        ///
@@ -610,7 +610,7 @@ private:
        ///
        void draw(BufferView *, Row const * row,
                  LyXParagraph::size_type & pos,
-                 int offset, float & x);
+                 int offset, float & x, bool cleared);
 
        /// get the next breakpoint in a given paragraph
        LyXParagraph::size_type NextBreakPoint(BufferView *, Row const * row,