aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/gtk/gtkslideview.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-03-21 23:21:41 +0100
committerThomas White <taw@bitwiz.me.uk>2019-03-21 23:21:41 +0100
commit891e3c9bff47bde012672aa699280400124d2447 (patch)
treef4b0cc1b5c996a181a4732646cefead6c1c765d0 /libstorycode/gtk/gtkslideview.h
parent2d34695fd69d5c31f58cab56d135d487a6389267 (diff)
Expose SlideItem as an opaque type
Diffstat (limited to 'libstorycode/gtk/gtkslideview.h')
-rw-r--r--libstorycode/gtk/gtkslideview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/gtk/gtkslideview.h b/libstorycode/gtk/gtkslideview.h
index 610463d..0221fca 100644
--- a/libstorycode/gtk/gtkslideview.h
+++ b/libstorycode/gtk/gtkslideview.h
@@ -105,7 +105,7 @@ struct _gtkslideview
double visible_height;
/* Location of the cursor */
- struct slide_item *cursor_frame;
+ SlideItem *cursor_frame;
struct slide_pos cpos;
/* Border surrounding actual slide within drawingarea */