PATCH: Version 2, GetX11WindowId

Alexandre Julliard julliard at winehq.com
Wed May 30 15:40:40 CDT 2001


Nikolas Zimmermann <wildfox at kde.org> writes:

> Hi there,
> 
> andrewl (#winehq) advised me to remove
> the winuser.h dependencies
> 
> here is the new patch
> 
> Any comments?

The main problem is that this requires linking the application to
x11drv, which is not a good idea. x11drv is an internal driver that
should only be loaded by user/gdi. There needs to be a way to do that
without loading x11drv, for instance by using window properties. This
is somewhere on my todo list for the new window management code that
I'm currently working on.

-- 
Alexandre Julliard
julliard at winehq.com




More information about the wine-devel mailing list