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/windowmanager/wm_cursors.h
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/windowmanager/wm_cursors.h')
-rw-r--r--source/blender/windowmanager/wm_cursors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/wm_cursors.h b/source/blender/windowmanager/wm_cursors.h
index e3f0e846b7a..096e1916fa9 100644
--- a/source/blender/windowmanager/wm_cursors.h
+++ b/source/blender/windowmanager/wm_cursors.h
@@ -74,9 +74,9 @@ typedef struct BCursor {
} BCursor;
-#define SYSCURSOR -1
+#define SYSCURSOR 1
enum {
- BC_NW_ARROWCURSOR=0,
+ BC_NW_ARROWCURSOR=2,
BC_NS_ARROWCURSOR,
BC_EW_ARROWCURSOR,
BC_WAITCURSOR,