From ef54e09be04a5717ba269e0feea774777820d0ac Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 8 Sep 2013 12:00:23 +0200 Subject: Add \slidenumber --- src/wrap.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/wrap.h') diff --git a/src/wrap.h b/src/wrap.h index c3f5ef3..8da2f99 100644 --- a/src/wrap.h +++ b/src/wrap.h @@ -30,6 +30,7 @@ #endif #include "frame.h" +#include "presentation.h" enum wrap_box_type @@ -98,7 +99,9 @@ struct wrap_line }; -extern int wrap_contents(struct frame *fr, PangoContext *pc); +extern int wrap_contents(struct frame *fr, PangoContext *pc, + struct slide_constants *scc, + struct presentation_constants *pcc); extern void get_cursor_pos(struct frame *fr, size_t pos, double *xposd, double *yposd, double *line_height); -- cgit v1.2.3