]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
more cursor dispatch
[lyx.git] / src / rowpainter.h
index 96dcb1b8030a73b745b2cbb30fe478c895671126..79b1ebb5dfa04993cd965d8c5b8617c601b85266 100644 (file)
 
 class LyXText;
 class BufferView;
-class VSpace;
-
-/// return the pixel height of a space marker before/after a par
-int getLengthMarkerHeight(BufferView const & bv, VSpace const & vsp);
+class PainterInfo;
 
 /// paint the rows of the main text, return last drawn y value
 int paintText(BufferView const & bv);
 
 /// paint the rows of a text inset
-void paintTextInset(BufferView const & bv, LyXText const & text, int x, int y);
+void paintTextInset(LyXText const & text, PainterInfo & pi, int x, int y);
 
 #endif // ROWPAINTER_H