]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
minimal effort implementation of:
[lyx.git] / src / rowpainter.h
index fd62d1cf9c3bce143881c6df13048e36d0ed7d9c..e15f2d639250feef07f421553c17af1cc8027793 100644 (file)
@@ -21,9 +21,16 @@ class BufferView;
 class PainterInfo;
 class ViewMetricsInfo;
 
+namespace lyx {
+namespace frontend {
+class Painter;
+}
+}
+
 
 /// paint visible paragraph of main text
-void paintText(BufferView const & bv, ViewMetricsInfo const & vi);
+void paintText(BufferView const & bv, ViewMetricsInfo const & vi,
+                          lyx::frontend::Painter & painter);
 
 /// paint the rows of a text inset
 void paintTextInset(LyXText const & text, PainterInfo & pi, int x, int y);