]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
Fix dialog handling of Insert Plain Text
[lyx.git] / src / rowpainter.h
index 4fbdeaece25ede5a3d3b3b62f7635a1e89c726f5..c9bcafb7231940c6d683753f47602ac8dae7fc43 100644 (file)
@@ -23,6 +23,7 @@ class BufferView;
 class Font;
 class FontInfo;
 class Inset;
+class Language;
 class PainterInfo;
 class Paragraph;
 class ParagraphList;
@@ -30,7 +31,6 @@ class ParagraphMetrics;
 class Row;
 class Text;
 class TextMetrics;
-class ViewMetricsInfo;
 
 namespace frontend { class Painter; }
 
@@ -55,7 +55,7 @@ public:
        void paintOnlyInsets();
 
 private:
-       void paintForeignMark(double orig_x, Font const & font, int desc = 0);
+       void paintForeignMark(double orig_x, Language const * lang, int desc = 0);
        void paintHebrewComposeChar(pos_type & vpos, FontInfo const & font);
        void paintArabicComposeChar(pos_type & vpos, FontInfo const & font);
        void paintChars(pos_type & vpos, FontInfo const & font,