]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
ws changes only
[lyx.git] / src / rowpainter.h
index 1dcc2474c78d5cdd7ea5c56115553eae5a9cf081..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;
 
-/// 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);
-
 /// 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