Module: wine Branch: master Commit: 4c1e52e1237ddd8f667d48d43067d0e754f11a03 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4c1e52e1237ddd8f667d48d430...
Author: Vitaliy Margolen wine-patches@kievinfo.com Date: Thu Jan 4 10:15:39 2007 -0700
dinput: Fix cut and paste error.
---
dlls/dinput/mouse.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/dinput/mouse.c b/dlls/dinput/mouse.c index 91136b6..6465482 100644 --- a/dlls/dinput/mouse.c +++ b/dlls/dinput/mouse.c @@ -662,7 +662,7 @@ static HRESULT WINAPI SysMouseWImpl_GetO LPDIDEVICEOBJECTINSTANCEW pdidoi, DWORD dwObj, DWORD dwHow) { static const WCHAR x_axisW[] = {'X','-','A','x','i','s',0}; - static const WCHAR y_axisW[] = {'X','-','A','x','i','s',0}; + static const WCHAR y_axisW[] = {'Y','-','A','x','i','s',0}; static const WCHAR wheelW[] = {'W','h','e','e','l',0}; static const WCHAR buttonW[] = {'B','u','t','t','o','n',' ','%','d',0}; HRESULT res;