[PATCH 1/2] user32: Allow creating windows using null driver for invisible winstations.

Alexandre Julliard julliard at winehq.org
Wed Feb 8 04:02:11 CST 2017


Jacek Caban <jacek at codeweavers.com> writes:

> The main motivation is Office 2016 installer, which creates a
> non-HWND_MESSAGE window in its service (although it seems to be for
> message only purposes). It is supported on Windows.
>
> Signed-off-by: Jacek Caban <jacek at codeweavers.com>

Hacking only CreateWindow means the driver will get calls for windows
that it hasn't created, that's ugly. Also the window station can change
dynamically, so we need better mechanisms to handle that sort of thing.
Ideally the driver would also have support for it, so that you could do
things like having separate window stations for separate X displays
within the same session.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list