temporarily workaround for swap mouse buttons feature

svn path=/trunk/; revision=43292
This commit is contained in:
Matthias Kupfer
2009-10-04 20:45:51 +00:00
parent 1c3808ef76
commit d358de8a0f
@@ -1120,7 +1120,8 @@ IntMouseInput(MOUSEINPUT *mi)
mi->time = MsqCalculateMessageTime(&LargeTickCount);
}
SwapButtons = CurInfo->SwapButtons;
// FIXME: CurInfo->SwapButtons doesn't contain the correct value yet
SwapButtons = UserGetSystemMetrics(SM_SWAPBUTTON);//CurInfo->SwapButtons;
DoMove = FALSE;
IntGetCursorLocation(WinSta, &MousePos);