aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-06-21 10:02:41 +0200
committerThomas White <taw@bitwiz.org.uk>2014-06-21 10:02:41 +0200
commitb36421467b4669dec503714bbf7be13fcfadc04e (patch)
treea14518cca12ff4bd78eb11ee5adb89ca9412b615 /src/presentation.h
parentceaa1b1f22ef86c5a592876c31e83cd04869b9ed (diff)
Box offset logic
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/presentation.h b/src/presentation.h
index d66692e..8add695 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -144,7 +144,7 @@ struct presentation
struct frame *cursor_frame;
int cursor_line;
int cursor_box;
- size_t cursor_pos;
+ int cursor_pos; /* characters into box */
/* 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 */