diff options
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; |