quartz: Allow for proper setting of the video window to WS_CHILD.
authorAric Stewart <aric@codeweavers.com>
Fri, 24 Sep 2010 13:53:14 +0000 (08:53 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 24 Sep 2010 15:00:15 +0000 (17:00 +0200)
commit97343b0f002902c0495969f25e48ace8983bf692
tree44a83b32e3d5f18b13a668e9044c79532cc2e645
parent95c3c3fdc67c3dc7cb8f5fb72050b33c64c2f106
quartz: Allow for proper setting of the video window to WS_CHILD.

If the set_WindowStyle comes before the set_Owner then the style was not
being set properly (WS_CHILD cannot be set on a window with a NULL
parent). So reset the window style when the set_Owner command comes in
to make the new style allowable.
dlls/quartz/videorenderer.c