Module: wine Branch: master Commit: 914c8cb8ea1e5cbcfa18558961185dd94313b26d URL: http://source.winehq.org/git/wine.git/?a=commit;h=914c8cb8ea1e5cbcfa18558961...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Mar 17 21:59:49 2010 +0100
ddraw: Acquire/release the focus window from the correct location.
---
dlls/d3d8/device.c | 16 ++++++++++++++++ dlls/d3d9/device.c | 15 +++++++++++++++ dlls/ddraw/ddraw.c | 9 +++++++++ dlls/ddraw/tests/d3d.c | 6 +++--- dlls/wined3d/device.c | 42 ++++++++++++++++++++++++++---------------- include/wine/wined3d.idl | 5 +++++ 6 files changed, 74 insertions(+), 19 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=914c8cb8ea1e5cbcfa1855...