]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
more changes, read the Changelog
[lyx.git] / src / lyxtext.h
index 938752c3e0d0d8e9f1ff16157bd817884f72cc75..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: */
        ///