diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-09-08 12:00:23 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-09-08 12:00:23 +0200 |
commit | ef54e09be04a5717ba269e0feea774777820d0ac (patch) | |
tree | a42d0a9a38966828e721c61d0ba4bf4923a897ea /src/wrap.h | |
parent | d132ff94753dcfe37a740f7ff1e822261fdef7ee (diff) |
Add \slidenumber
Diffstat (limited to 'src/wrap.h')
-rw-r--r-- | src/wrap.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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); |