aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 4acc005..a61d87b 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -82,6 +82,8 @@ struct presentation
/* Tool status */
enum tool tool;
+ double drag_offs_x;
+ double drag_offs_y;
unsigned int num_slides;
struct slide **slides;