aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-09-15 18:10:00 +0200
committerThomas White <taw@bitwiz.org.uk>2013-09-15 18:10:00 +0200
commitb687096cd64902c4530fef9c9cae8a0494013137 (patch)
tree5f3172401f4df30fc156eebe74b28ac164a7dc4a /src/presentation.h
parent7f82ae3627592facfcdb84b187e03cafa654ac13 (diff)
Add the Presentation Clock
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index aed2ddf..84c79b0 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -126,6 +126,7 @@ struct presentation
ImageStore *is;
struct notes *notes;
+ struct pr_clock *clock;
/* Pointers to the current "editing" and "projection" slides */
struct slide *cur_edit_slide;