winemac: Add function macdrv_set_view_superview().
commit8223756ba4f41f4c662a36af71c984e4415a6332
authorKen Thomases <ken@codeweavers.com>
Thu, 12 May 2016 23:50:40 +0000 (12 18:50 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 14 May 2016 05:39:53 +0000 (14 14:39 +0900)
tree73be4f32d2588769e34245f0b4679c107854f05b
parent742734b44f6d622053dca8f241c61f28ab7892c5
winemac: Add function macdrv_set_view_superview().

This allows for nesting views in a hierarchy rather than only ever adding them
as direct subviews of the window content view.  This functionality will be used
in subsequent commits.

This takes over some of the functionality of macdrv_set_view_window_and_frame(),
which will be removed in a subsequent commit.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/winemac.drv/cocoa_window.m
dlls/winemac.drv/macdrv_cocoa.h
dlls/winemac.drv/opengl.c