aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/gtk/gtkslideview.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/gtk/gtkslideview.h')
-rw-r--r--libstorycode/gtk/gtkslideview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstorycode/gtk/gtkslideview.h b/libstorycode/gtk/gtkslideview.h
index a3dadff..aecf44c 100644
--- a/libstorycode/gtk/gtkslideview.h
+++ b/libstorycode/gtk/gtkslideview.h
@@ -106,6 +106,8 @@ struct _gtkslideview
/* Location of the cursor */
SlideItem *cursor_frame;
struct slide_pos cpos;
+ double cursor_h_pos; /* Horizontal position the cursor would have,
+ * if the current line were long enough. */
/* Border surrounding actual slide within drawingarea */
double border_offs_x;