]> git.lyx.org Git - lyx.git/blobdiff - src/cursor.h
some fitcursor work
[lyx.git] / src / cursor.h
index ce5fb19d779f398ce73767f19708e54d8044d33d..a7f981b31e3a8a57fcf53b6163efd86364f9a8ba 100644 (file)
@@ -82,6 +82,9 @@ public:
        std::vector<CursorItem> data_;
        ///
        BufferView * bv_;
+private:
+       ///
+       int cached_y_;
 };
 
 #endif // LYXCURSOR_H