aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-08-04 19:34:39 +0200
committerThomas White <taw@bitwiz.org.uk>2012-08-04 19:34:39 +0200
commitd9ef450a3a13b61fb04ad57e636cfa3666bbabe7 (patch)
treea75d655b75b6ac12c9a687b9a853fcefee302cc7 /src/presentation.h
parent34db1cd5f43ccd48cf672266413f608173eb838f (diff)
Rendering stuff
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 423ea42..8707151 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -28,6 +28,7 @@
#endif
#include <cairo.h>
+#include <pango/pango.h>
struct slide
{
@@ -50,6 +51,7 @@ struct slide
struct frame
{
struct frame_class *cl;
+ PangoContext *pc;
struct frame **rendering_order;
int num_ro;