]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
* src/LyXRC.{cpp,h}:
[lyx.git] / src / rowpainter.h
index 4fbdeaece25ede5a3d3b3b62f7635a1e89c726f5..14fe013ebb575817307064809a2185c938a4d73d 100644 (file)
@@ -23,6 +23,7 @@ class BufferView;
 class Font;
 class FontInfo;
 class Inset;
+class Language;
 class PainterInfo;
 class Paragraph;
 class ParagraphList;
@@ -55,7 +56,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,