]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
A couple of minor bug fixes and cleanups
[lyx.git] / src / lyxtext.h
index 47746fd1275771d92e23d5698dc57c993510d349..949681298d438d1d5ea0ea6f641dec19c55121cc 100644 (file)
@@ -83,7 +83,7 @@ public:
        mutable LyXFont current_font;
        /// the current font
        mutable LyXFont real_current_font;
-       /// first visible pixel-row is set from LScreen!!!
+       /// first visible pixel-row is set from LyXScreen!!!
        // unsigned is wrong here for text-insets!
        int first_y;
        ///
@@ -589,6 +589,9 @@ private:
        /// paint appendix marker
        void paintRowAppendix(DrawRowParams & p);
 
+       /// paint page break marker. Returns its height.
+       int paintPageBreak(string const & label, int y, DrawRowParams & p);
        /// paint env depth bar
        void paintRowDepthBar(DrawRowParams & p);