aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-08-22 23:28:11 +0200
committerThomas White <taw@bitwiz.org.uk>2013-08-22 23:28:11 +0200
commit05662243972af0a5db0c62f19540b95e68eee8a5 (patch)
tree3b0b5fe1394bb033dd52f44921703a84a928f1c1 /src/wrap.h
parent378496d1f20de36489b9fdc3a76fbe9441dafd07 (diff)
Handle SC offsets for prologue (non-editable) boxes
Diffstat (limited to 'src/wrap.h')
-rw-r--r--src/wrap.h1
1 files changed, 1 insertions, 0 deletions
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;