aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/gtk/gtknarrativeview.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-03-04 23:46:47 +0100
committerThomas White <taw@bitwiz.me.uk>2019-03-04 23:46:47 +0100
commit915fcacee4c49f017ab2599b4307198ca3f713d3 (patch)
treeed4c7a8f8aec7327934f86d9f3100f982ee1d624 /libstorycode/gtk/gtknarrativeview.h
parent373d5183849c2855345ea45c964479086d67a7d2 (diff)
Thumbnail slide rendering in narrative
Diffstat (limited to 'libstorycode/gtk/gtknarrativeview.h')
-rw-r--r--libstorycode/gtk/gtknarrativeview.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libstorycode/gtk/gtknarrativeview.h b/libstorycode/gtk/gtknarrativeview.h
index 717b0d0..bf596fc 100644
--- a/libstorycode/gtk/gtknarrativeview.h
+++ b/libstorycode/gtk/gtknarrativeview.h
@@ -33,6 +33,7 @@
#include <stylesheet.h>
#include <narrative.h>
#include <presentation.h>
+#include <imagestore.h>
#define GTK_TYPE_NARRATIVE_VIEW (gtk_narrative_view_get_type())
@@ -94,7 +95,6 @@ struct _gtknarrativeview
Presentation *p;
GtkIMContext *im_context;
PangoContext *pc;
- PangoLanguage *lang;
int w; /* Surface size in pixels */
int h;
@@ -129,9 +129,7 @@ struct _gtknarrativeviewclass
typedef struct _gtknarrativeview GtkNarrativeView;
typedef struct _gtknarrativeviewclass GtkNarrativeViewClass;
-extern GtkNarrativeView *gtk_narrative_view_new(Presentation *p,
- PangoLanguage *lang,
- const char *storename);
+extern GtkNarrativeView *gtk_narrative_view_new(Presentation *p);
extern void gtk_narrative_view_set_logical_size(GtkNarrativeView *e, double w, double h);