]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
more cursor dispatch
[lyx.git] / src / rowpainter.h
index 4c5b5175aaf9618d1e0cf47a5d33add793b7cce1..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 & bv, LyXText & text);
+int paintText(BufferView const & bv);
 
 /// paint the rows of a text inset
-void paintTextInset(BufferView & bv, LyXText & text, int x, int y);
+void paintTextInset(LyXText const & text, PainterInfo & pi, int x, int y);
 
 #endif // ROWPAINTER_H