[Bug 22369] A child window without WS_EX_MDICHILD style should not be tiled by the WM_MDITILE message.

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Apr 16 10:34:35 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22369


a.m.winehq at 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 at 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;

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list