aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/scparse_priv.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-02-20 22:51:31 +0100
committerThomas White <taw@bitwiz.me.uk>2019-02-20 22:51:31 +0100
commit2244ab129bf25893cae4d68313222ef810bd0631 (patch)
treebafc8f43f481f5ae380d084cccfa4fdbc87f5bad /libstorycode/scparse_priv.h
parent24c20239779d0ec616adde651c594c7bf08d58c7 (diff)
Add creation of most slide items
Diffstat (limited to 'libstorycode/scparse_priv.h')
-rw-r--r--libstorycode/scparse_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/scparse_priv.h b/libstorycode/scparse_priv.h
index 54dca40..fc73bcb 100644
--- a/libstorycode/scparse_priv.h
+++ b/libstorycode/scparse_priv.h
@@ -40,6 +40,7 @@ struct scpctx
/* Frame options */
struct frame_geom geom;
+ int geom_set;
};
#endif /* SCPARSE_PRIV_H */