Module: wine Branch: master Commit: a0aa10eb5c7cc8ce3fd01776c3caff36e57876f4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a0aa10eb5c7cc8ce3fd01776c3...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Dec 22 18:32:13 2009 +0100
wined3d: Filter messages for the device's focus window instead of the swapchain's device window.
Usually these will be the same window, but they don't have to be.
---
dlls/wined3d/device.c | 31 +++++++++++++++++++++++++++++- dlls/wined3d/swapchain.c | 41 +++++---------------------------------- dlls/wined3d/swapchain_gdi.c | 2 - dlls/wined3d/wined3d_main.c | 12 +++++----- dlls/wined3d/wined3d_private.h | 11 +++++---- 5 files changed, 48 insertions(+), 49 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a0aa10eb5c7cc8ce3fd017...