From 05662243972af0a5db0c62f19540b95e68eee8a5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 22 Aug 2013 23:28:11 +0200 Subject: Handle SC offsets for prologue (non-editable) boxes --- src/wrap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wrap.h') diff --git a/src/wrap.h b/src/wrap.h index 6f03fd9..c3f5ef3 100644 --- a/src/wrap.h +++ b/src/wrap.h @@ -59,6 +59,7 @@ struct wrap_box { enum wrap_box_type type; size_t sc_offset; /* How far into the SC for this frame */ + int editable; /* Pango units */ int width; -- cgit v1.2.3