]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
More 'standard conformant blurb' nonsense.
[lyx.git] / src / rowpainter.h
index 1dcc2474c78d5cdd7ea5c56115553eae5a9cf081..dbd9d75ca9d29291876fd995e81c78f41cf7e99c 100644 (file)
@@ -21,10 +21,11 @@ class LyXText;
 class BufferView;
 class VSpace;
 
-/// initialise painter and paint the rows
-void paintRows2(BufferView const & bv, LyXText const & text,
-       RowList::iterator rit, RowList::iterator end,
-       int xo, int & y, int yf, int y2, int yo);
+/// paint the rows
+// return last used y
+int paintRows(BufferView const & bv, LyXText const & text,
+       ParagraphList::iterator pit,
+       RowList::iterator rit, int xo, int y, int yf, int yo);
 
 /// return the pixel height of a space marker before/after a par
 int getLengthMarkerHeight(BufferView const & bv, VSpace const & vsp);