From 663cce10c791f6d5056be52cfd60fa87f681f7dc Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Sun, 7 Jan 2007 18:43:27 +0000 Subject: [PATCH] ==== 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. --- intern/ghost/intern/GHOST_WindowWin32.cpp | 5 ----- 1 file changed, 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) {