http://bugs.winehq.org/show_bug.cgi?id=22369
a.m.winehq@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Component|-unknown |user32 Platform|Other |All Resolution|INVALID | OS/Version|other |All
--- Comment #4 from a.m.winehq@gmail.com 2010-04-16 10:34:35 --- I can show an app affected by this bug.
Lunascape Web Browser http://www.lunascape.tv/
A child window of an MDI client window is not always an MDI child window. (e.g.: background-image static child window of the client area)
It should not be tiled or cascaded.
if ((GetWindowLongW( win_array[i], GWL_EXSTYLE ) & WS_EX_MDICHILD) != WS_EX_MDICHILD) continue;