Nikolas Zimmermann wildfox@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.