diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-05-12 10:57:01 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-05-12 10:57:01 +0300 |
commit | 2beca37987e0a9215f97f31df77d684df1ceaea0 (patch) | |
tree | 9b38d54a5609160387d21c1ba95513360a4cdd34 /app-emulation/wine/files/mousepatch.diff | |
parent | 76f28277ebc16526c51efaa38bf977b1fdd648c5 (diff) |
deleted: app-emulation/wine/Manifest
deleted: app-emulation/wine/files/0001-dinput-Read-raw-relative-mouse-movements-from-dev.patch
deleted: app-emulation/wine/files/Patch_id_1.patch
deleted: app-emulation/wine/files/mousepatch.diff
deleted: app-emulation/wine/files/oblivion_winmm_badcheck_workaround.patch
deleted: app-emulation/wine/files/wine-1.1.15-configure-host.patch
deleted: app-emulation/wine/files/wine-1.1.15-winegcc.patch
deleted: app-emulation/wine/files/wine-1.1.4-install-fix.patch
deleted: app-emulation/wine/files/wine-gentoo-no-ssp.patch
deleted: app-emulation/wine/files/winepulse-0.27.patch
deleted: app-emulation/wine/files/winepulse-winecfg.patch
deleted: app-emulation/wine/wine-9999.ebuild
Diffstat (limited to 'app-emulation/wine/files/mousepatch.diff')
-rw-r--r-- | app-emulation/wine/files/mousepatch.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emulation/wine/files/mousepatch.diff b/app-emulation/wine/files/mousepatch.diff deleted file mode 100644 index 5cdd67d..0000000 --- a/app-emulation/wine/files/mousepatch.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- a/dlls/dinput/mouse.c -+++ b/dlls/dinput/mouse.c -@@ -330,7 +330,7 @@ static void dinput_mouse_hook( LPDIRECTINPUTDEVICE8A iface, WPARAM wparam, LPARA - } - - This->need_warp = This->warp_override != WARP_DISABLE && -- (pt.x || pt.y) && -+ (hook->pt.x<2 || hook->pt.y<2 || hook->pt.x>((2 * This->win_centerX)-2) || hook->pt.y>((2 * This->win_centerY)-2) ) && - (dwCoop & DISCL_EXCLUSIVE || This->warp_override == WARP_FORCE_ON); - break; - } |