aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-10-11 23:38:05 +0200
committerThomas White <taw@bitwiz.org.uk>2011-10-11 23:38:05 +0200
commit80224ffa532362f66e905ecf3b599fff17bb2e39 (patch)
treee9c531273e5be7c1739b696018f3d56832fbd0cf /src/presentation.c
parent920a213f5453ef9b904d8b90be37ec678b5c7055 (diff)
Design for general drag logic
Diffstat (limited to 'src/presentation.c')
-rw-r--r--src/presentation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/presentation.c b/src/presentation.c
index c66507d..b05ba4b 100644
--- a/src/presentation.c
+++ b/src/presentation.c
@@ -220,6 +220,7 @@ struct presentation *new_presentation()
new->editing_object = NULL;
new->completely_empty = 1;
+ new->drag_status = DRAG_STATUS_NONE;
new->ss = new_stylesheet();