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:
authorMartin Poirier <theeth@yahoo.com>2009-12-09 07:51:35 +0300
committerMartin Poirier <theeth@yahoo.com>2009-12-09 07:51:35 +0300
commitbc795694198a700aeb6283741da2a4ed515a70c3 (patch)
tree2e7bcbf523f507d395023015fb05fd749e04a6a8 /source/blender/makesdna/DNA_windowmanager_types.h
parent1c47b3acb6fa03ea13f9a1f545a750439dcd68ab (diff)
grabcursor attribute stores full grab mode so we can better differentiate when it needs to wrap around cursor draw.
Also add cocoa exception to wm_get_cursor_position (this should be fixed at the ghost level)
Diffstat (limited to 'source/blender/makesdna/DNA_windowmanager_types.h')
-rw-r--r--source/blender/makesdna/DNA_windowmanager_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h
index 24374720232..714dc853419 100644
--- a/source/blender/makesdna/DNA_windowmanager_types.h
+++ b/source/blender/makesdna/DNA_windowmanager_types.h
@@ -141,7 +141,7 @@ typedef struct wmWindow {
int winid; /* winid also in screens, is for retrieving this window after read */
- short grabcursor; /* 1 if cursor is grabbed */
+ short grabcursor; /* cursor grab mode */
short pad;
struct bScreen *screen; /* active screen */