Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElia Sarti <vekoon@gmail.com>2009-07-30 00:51:05 +0400
committerElia Sarti <vekoon@gmail.com>2009-07-30 00:51:05 +0400
commit49faf9011ad09e18ee21a25a58393fdada508623 (patch)
tree1d05876babfe57a9ea7378917c1d5791219bd6b9 /source/blender/makesdna/DNA_windowmanager_types.h
parent2621dd90e39e7d447255d86a7111641d2098e404 (diff)
2.5 / Drag & Drop
Removed all related code. Talked with Ton about this and agreed to postpone it at indefinite time in the future, when things get more relaxed. Files saved since my first commit should not break although I'm not 100% sure.
Diffstat (limited to 'source/blender/makesdna/DNA_windowmanager_types.h')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index 704acbfd52b..b6a2b4c0544 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -146,9 +146,7 @@ typedef struct wmWindow {
short cursor; /* current mouse cursor type */
short lastcursor; /* for temp waitcursor */
short addmousemove; /* internal: tag this for extra mousemove event, makes cursors/buttons active on UI switching */
- short downstate; /* used for drag & drop: remembers mouse button down state */
- short downx, downy; /* mouse coords for button down event */
- short pad3, pad4, pad5;
+ int pad3;
struct wmEvent *eventstate; /* storage for event system */