[PATCH 2/2] wined3d: Turn off message filtering temporarily in the Reset() method to allow certain messages (e.g. WM_ACTIVATEAPP) through.

Henri Verbeet hverbeet at gmail.com
Mon May 2 06:51:31 CDT 2011


On 2 May 2011 13:18, John Edmonds <pocketcookies2 at gmail.com> wrote:
> Toki Tori and RUSH both depend on receing WM_ACTIVATEAPP before they will start. These messages are currently getting filtered out.
> This resolves bug #25640.

It doesn't look right to me to filter messages during
IWineD3DDevice_ReleaseFocusWindow() but not
IWineD3DDevice_AcquireFocusWindow(). Maybe it just shouldn't filter at
all.



More information about the wine-devel mailing list