aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-03-11 23:15:34 +0100
committerThomas White <taw@bitwiz.org.uk>2014-03-11 23:15:34 +0100
commitcd5b7c2b8905619e2c66959178c92fc41a712eb7 (patch)
tree34dc48dd9dbc560342693b2b93b6e4fdacbfaec3 /src/presentation.h
parente16371560338dc7596aeed75c0ea2fd6288c7088 (diff)
New way of doing cursor position
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 09c6878..d66692e 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -139,6 +139,11 @@ struct presentation
struct frame **selection;
int n_selection;
int max_selection;
+
+ /* Location of the cursor */
+ struct frame *cursor_frame;
+ int cursor_line;
+ int cursor_box;
size_t cursor_pos;
/* This is the "native" size of the slide. It only exists to give