diff options
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 */ |