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
path: root/intern
diff options
context:
space:
mode:
authorAndrea Weikert <elubie@gmx.net>2007-01-07 21:43:27 +0300
committerAndrea Weikert <elubie@gmx.net>2007-01-07 21:43:27 +0300
commit663cce10c791f6d5056be52cfd60fa87f681f7dc (patch)
treef33604504112e82320967acac89b4f195a242052 /intern
parentc610fe79736d0b3bdaaf2fbfe32324e3bf219d56 (diff)
==== GHOST Win32 ====
- fixed WinTab locking positioning into absolute mode - hopefully fixes [ #5586 ] Cursor control Note: Setting the extent of the digitizing context causes Application to override system settings for pen/mouse control. Removing this fixed the issue.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_WindowWin32.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/intern/ghost/intern/GHOST_WindowWin32.cpp b/intern/ghost/intern/GHOST_WindowWin32.cpp
index ac17338d66a..ef7294c2354 100644
--- a/intern/ghost/intern/GHOST_WindowWin32.cpp
+++ b/intern/ghost/intern/GHOST_WindowWin32.cpp
@@ -217,11 +217,6 @@ GHOST_WindowWin32::GHOST_WindowWin32(
}
}
- lc.lcInOrgX = 0;
- lc.lcInOrgY = 0;
- lc.lcInExtX = TabletX.axMax;
- lc.lcInExtY = TabletY.axMax;
-
if (fpWTOpen) {
m_tablet = fpWTOpen( m_hWnd, &lc, TRUE );
if (m_tablet) {