diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-08-04 19:34:39 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-08-04 19:34:39 +0200 |
commit | d9ef450a3a13b61fb04ad57e636cfa3666bbabe7 (patch) | |
tree | a75d655b75b6ac12c9a687b9a853fcefee302cc7 /src/presentation.h | |
parent | 34db1cd5f43ccd48cf672266413f608173eb838f (diff) |
Rendering stuff
Diffstat (limited to 'src/presentation.h')
-rw-r--r-- | src/presentation.h | 2 |
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; |