aboutsummaryrefslogtreecommitdiff
path: root/src/slideshow.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2018-01-04 15:36:33 +0100
committerThomas White <taw@bitwiz.org.uk>2018-01-04 15:36:33 +0100
commit921535b85a9f95df82bd88e714f1460f0b4ab7a8 (patch)
tree8832ece5f118f8d1e59fa5c4041c31fcec79f457 /src/slideshow.h
parenta856b400d5cdddb1c3d7f7f4b9c078ab1dbfe1d0 (diff)
Slideshow: Handle letterboxing both ways
Diffstat (limited to 'src/slideshow.h')
-rw-r--r--src/slideshow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slideshow.h b/src/slideshow.h
index 665134d..7ef0ea8 100644
--- a/src/slideshow.h
+++ b/src/slideshow.h
@@ -56,6 +56,8 @@ struct _scslideshow
int blank;
int slide_width;
int slide_height;
+ int xoff;
+ int yoff;
struct inhibit_sys *inhibit;
int linked;
cairo_surface_t *surface;