Extended window flag

Dmitry Timoshkov dmitry at baikal.ru
Mon Dec 15 09:27:02 CST 2003


"Andreas Mohr" <andi at rhlx01.fht-esslingen.de> wrote:

> Whatever workaround you come up with in your program to make it
> Wine-compatible, rest assured that in > 95% of all cases it's a bad idea:
> we really need to get Wine fixed instead.
> 
> Feel free to submit a patch correcting GetWindowLong and similar functions.

Since the constructs like

if (GetWindowLongW( hwnd, GWL_EXSTYLE ) & WS_EX_MANAGED) bla-bla;

are extensively used internally in Wine itself (for instance in
the x11drv code) that's not a solution at all.

-- 
Dmitry.





More information about the wine-devel mailing list