diff options
author | Thomas White <taw@bitwiz.me.uk> | 2019-03-17 17:46:42 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2019-03-18 08:15:48 +0100 |
commit | 59284281f6440dab5e8d0be4b67aac2970d05652 (patch) | |
tree | 3badea7c706c08b4bb13ae8a76fd14091c593217 /libstorycode/slide_priv.h | |
parent | 0e1f2f49f4d3b02901c8ba291a8ffb2605418db4 (diff) |
Initial slide clicky stuff
Diffstat (limited to 'libstorycode/slide_priv.h')
-rw-r--r-- | libstorycode/slide_priv.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libstorycode/slide_priv.h b/libstorycode/slide_priv.h index 0d39d8a..41dd4cd 100644 --- a/libstorycode/slide_priv.h +++ b/libstorycode/slide_priv.h @@ -56,6 +56,7 @@ struct slide_item /* For TEXT and IMAGE */ struct frame_geom geom; + int resizable; }; @@ -67,4 +68,8 @@ struct _slide struct slide_item *items; }; +extern void slide_item_get_geom(struct slide_item *item, Stylesheet *ss, + double *x, double *y, double *w, double *h, + double slide_w, double slide_h); + #endif /* SLIDE_PRIV_H */ |