]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
remove lowercase, better layout handling and some variable renameing
[lyx.git] / src / lyxtext.h
index 89ffc10999321b2ca65ff95b87524d9cb8973d9a..18812862ca2d0f6c9ec31331ae8b444d34eeb880 100644 (file)
@@ -85,7 +85,7 @@ public:
        mutable LyXFont real_current_font;
        /// first visible pixel-row is set from LyXScreen!!!
        // unsigned is wrong here for text-insets!
-       int first;
+       int first_y;
        ///
        BufferView * bv_owner;
        ///
@@ -507,9 +507,10 @@ public:
 private:
        ///
        mutable Row * firstrow;
+
        ///
        mutable Row * lastrow;
-
+       
        /** Copybuffer for copy environment type.
          Asger has learned that this should be a buffer-property instead
          Lgb has learned that 'char' is a lousy type for non-characters