aboutsummaryrefslogtreecommitdiff
path: root/src/pr_clock.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-05-14 22:38:25 +0200
committerThomas White <taw@bitwiz.org.uk>2016-05-14 22:38:25 +0200
commitae4799ece4fb654759f9e499d4ebb9f3269b0f33 (patch)
treee3b89f2579d0d5a5e59536477ee8a664f836d394 /src/pr_clock.h
parent374120d3ccedb064c30b09ddd48131bc1b0a5df8 (diff)
Change narrative paragraph instead of advancing slide
Diffstat (limited to 'src/pr_clock.h')
-rw-r--r--src/pr_clock.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/pr_clock.h b/src/pr_clock.h
index 919d61b..eb6033f 100644
--- a/src/pr_clock.h
+++ b/src/pr_clock.h
@@ -1,6 +1,6 @@
/*
* pr_clock.h
- *
+ *
* Copyright © 2013-2016 Thomas White <taw@bitwiz.org.uk>
*
* This file is part of Colloquium.
@@ -27,12 +27,11 @@
#include <config.h>
#endif
-struct pr_clock;
+typedef struct pr_clock PRClock;
-extern void open_clock(struct presentation *p);
+extern PRClock *pr_clock_new(void);
-extern void notify_clock_slide_changed(struct presentation *p,
- SCBlock *np);
+extern void pr_clock_set_pos(PRClock *n, int pos, int end);
#endif /* CLOCK_H */