[PATCH 8/9] wined3d: Filter messages generated by focus handling.

Henri Verbeet hverbeet at gmail.com
Mon Jan 19 07:46:12 CST 2015


On 19 January 2015 at 13:46, Stefan Dösinger <stefandoesinger at gmail.com> wrote:
> Am 2014-12-08 um 12:04 schrieb Henri Verbeet:
> >> -    if (device->filter_messages)
> >> +    if (device->filter_messages && message != WM_DISPLAYCHANGE)
> > That seems pretty specific. I'd be curious how other broadcast
> > messages are handled.
> I did some testing on this and tried to send some messages to the
> window from inside the WM_DISPLAYCHANGE message handler. I did not
> manage to get any message through, not even WM_DISPLAYCHANGE.
> HWND_BROADCAST doesn't help either. Broadcast messages are sent to
> other windows (e.g. the device window) as expected.
>
Perhaps more concretely, if for example the time is changed (e.g.
because of an application calling SetSystemTime() or DST adjustments),
do you receive WM_TIMECHANGE, or is it filtered?



More information about the wine-devel mailing list