]> git.lyx.org Git - features.git/blobdiff - src/RowPainter.h
Code cleanup in RowPainter
[features.git] / src / RowPainter.h
index 95c64269e55a38edc4e3d33b1d3c1d4c370bacbd..f3dc1adff8f53b9f38db93238cd03fed324b1b4f 100644 (file)
@@ -70,11 +70,12 @@ public:
        void paintFirst() const;
        void paintLast();
        void paintText();
+       void paintText2();
        void paintOnlyInsets();
        void paintSelection() const;
 
 private:
-       void paintSeparator(double orig_x, double width, FontInfo const & font);
+       void paintSeparator(double width, Font const & font);
        void paintForeignMark(double orig_x, Language const * lang, int desc = 0) const;
        void paintStringAndSel(docstring const & str, Font const & font,
                          Change const & change,