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:
authorTon Roosendaal <ton@blender.org>2009-01-29 21:54:22 +0300
committerTon Roosendaal <ton@blender.org>2009-01-29 21:54:22 +0300
commit5f9ee2cbfe3770838482e7c8f37194f127e8a8c5 (patch)
tree8ec3a82dec1df1cac6e7bfae5a7309ecc0da329e /source/blender/makesdna
parent2869ce6cfab3aa4ff471bef6e49ac6fe15426247 (diff)
2.5
- Made WM_cursor_wait() work without context or pointers, like old waitcursor(). Only use when operations entirely block UI. It will set waitcursor for all open windows. - Cleanup in mesh tools, removing old cruft, and prepare for more goodies for shul to work on!
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index b4bf6db542f..5aeaf5d2743 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -94,6 +94,9 @@ typedef struct wmWindow {
short monitor; /* multiscreen... no idea how to store yet */
short active; /* set to 1 if an active window, for quick rejects */
short cursor; /* current mouse cursor type */
+ short lastcursor; /* for temp waitcursor */
+ short pad2;
+ int pad3;
struct wmEvent *eventstate; /* storage for event system */