diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-12-09 00:02:51 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-12-09 00:02:51 +0100 |
commit | c5be0c1cdc4a3c2241a6e53dab0d1a427872739c (patch) | |
tree | 06fb0595b53c4e3c436dbc31db3da041b45dcd92 /src/presentation.h | |
parent | 140d35a2c0483b11e141b0ceb9b742bad48d981f (diff) |
WIP on splitting
Diffstat (limited to 'src/presentation.h')
-rw-r--r-- | src/presentation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h index 8b4bc6f..addcf7c 100644 --- a/src/presentation.h +++ b/src/presentation.h @@ -125,6 +125,7 @@ struct presentation /* Pointers to the current "editing" and "projection" slides */ struct slide *cur_edit_slide; struct slide *cur_proj_slide; + int slideshow_linked; /* This is the "native" size of the slide. It only exists to give * font size some meaning in the context of a somewhat arbitrary DPI */ |