]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
ws changes only
[lyx.git] / src / rowpainter.h
index a8ceac5265b6d0296da0e4a2b9ab7c671e1b19ec..b663ae847156328b7e1c490d8e489850be156d85 100644 (file)
@@ -7,26 +7,23 @@
  * \author various
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef ROWPAINTER_H
 #define ROWPAINTER_H
 
-#include <config.h>
-
-#include "RowList.h"
-
 class LyXText;
 class BufferView;
 class VSpace;
 
-/// paint the rows
-// return last used y
-int paintRows(BufferView const & bv, LyXText const & text,
-       RowList::iterator rit, int xo, int y, int yf, int y2, int yo);
-
 /// return the pixel height of a space marker before/after a par
 int getLengthMarkerHeight(BufferView const & bv, VSpace const & vsp);
 
+/// paint the rows of the main text, return last drawn y value
+int paintText(BufferView & bv);
+
+/// paint the rows of a text inset
+void paintTextInset(BufferView & bv, LyXText & text, int x, int y);
+
 #endif // ROWPAINTER_H