aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/gtk/gtknarrativeview.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-03-01 00:23:04 +0100
committerThomas White <taw@bitwiz.me.uk>2019-03-01 00:23:04 +0100
commit4104a6ff28d3a3be7069663c5677a5ee5076984a (patch)
treed7cfa39dc7d643140e03bffdaaade852e4f6af08 /libstorycode/gtk/gtknarrativeview.h
parentfcdd59665b27c3a7a558c5593178c5efe6286831 (diff)
Narrative rendering machinery
Diffstat (limited to 'libstorycode/gtk/gtknarrativeview.h')
-rw-r--r--libstorycode/gtk/gtknarrativeview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/gtk/gtknarrativeview.h b/libstorycode/gtk/gtknarrativeview.h
index 1b0802f..717b0d0 100644
--- a/libstorycode/gtk/gtknarrativeview.h
+++ b/libstorycode/gtk/gtknarrativeview.h
@@ -91,6 +91,7 @@ struct _gtknarrativeview
GtkDrawingArea parent_instance;
/*< private >*/
+ Presentation *p;
GtkIMContext *im_context;
PangoContext *pc;
PangoLanguage *lang;