aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/gtk/gtknarrativeview.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2020-01-14 23:12:18 +0100
committerThomas White <taw@bitwiz.me.uk>2020-01-14 23:12:18 +0100
commit161ff9ecc9be47e9016ef5e347d347f7a336765b (patch)
treea1070f660d8b7f484781f3f4c548069a48826d24 /libstorycode/gtk/gtknarrativeview.h
parentcc22260c8e70e01b8944ad1c62e20a65ffe9876f (diff)
Add space for timing ruler
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 02045fd..2a2b0e9 100644
--- a/libstorycode/gtk/gtknarrativeview.h
+++ b/libstorycode/gtk/gtknarrativeview.h
@@ -82,6 +82,7 @@ struct _gtknarrativeview
int visible_height;
int visible_width;
int rewrap_needed;
+ double ruler_width;
/* Location of the cursor */
struct edit_pos cpos;