]> git.lyx.org Git - features.git/blobdiff - src/lyxtext.h
Various updates for the update-handling and redrawing of insets(text).
[features.git] / src / lyxtext.h
index f79f60b07341669879452d0cdb644e20ab2a751f..c5ea5c05f5c53dc05f66feb737a2f28a9159a1c1 100644 (file)
@@ -68,6 +68,12 @@ public:
        mutable LyXFont current_font;
        /// the current font
        mutable LyXFont real_current_font;
+       /// first visible pixel-row is set from LyXScreen!!!
+       unsigned long first;
+       ///
+       BufferView * bv_owner;
+       ///
+       InsetText * inset_owner;
 
        ///
        //      void owner(BufferView *);
@@ -539,10 +545,6 @@ private:
        ///
        void init();
        ///
-       BufferView * bv_owner;
-       ///
-       InsetText * inset_owner;
-       ///
        mutable Row * firstrow;
        ///
        mutable Row * lastrow;