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:
authorNicholas Rishel <rishel.nick@gmail.com>2021-02-23 21:04:19 +0300
committerNicholas Rishel <rishel.nick@gmail.com>2021-02-24 00:29:59 +0300
commiteb554051e7a3a9b9bfd611c07a4d01ef26048d44 (patch)
treef79918380b022b8c21bfde4485b2bffdc7a06775 /intern/ghost/intern/GHOST_SystemWin32.cpp
parentee4f306509679cf4aacb5367680f13044db60ea8 (diff)
Revert Automatic Tablet API dynamic fallback.
Removes fallback to Windows Ink when Wintab reports no devices present. Returns to old behavior of using only Wintab if Wintab.dll exists.
Diffstat (limited to 'intern/ghost/intern/GHOST_SystemWin32.cpp')
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp
index 45944d4d889..430e8216ae3 100644
--- a/intern/ghost/intern/GHOST_SystemWin32.cpp
+++ b/intern/ghost/intern/GHOST_SystemWin32.cpp
@@ -1453,10 +1453,6 @@ LRESULT WINAPI GHOST_SystemWin32::s_wndProc(HWND hwnd, UINT msg, WPARAM wParam,
////////////////////////////////////////////////////////////////////////
// Wintab events, processed
////////////////////////////////////////////////////////////////////////
- case WT_INFOCHANGE:
- window->processWintabInfoChangeEvent(lParam);
- eventHandled = true;
- break;
case WT_PACKET:
window->processWin32TabletEvent(wParam, lParam);
break;