]> git.lyx.org Git - features.git/blobdiff - src/RowPainter.h
Code cleanup in RowPainter
[features.git] / src / RowPainter.h
index f94bf04872a4df244f2b1dd03a8aa65805bf989d..f3dc1adff8f53b9f38db93238cd03fed324b1b4f 100644 (file)
@@ -70,13 +70,14 @@ 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 paintTextAndSel(docstring const & str, Font const & font,
+       void paintStringAndSel(docstring const & str, Font const & font,
                          Change const & change,
                          pos_type start_pos, pos_type end_pos);
        void paintMisspelledMark(double orig_x,