Sweden-Number/dlls/winemac.drv
Ken Thomases b6a4b2f593 winemac: Track whether a view has ever had an OpenGL context attached.
... rather than whether it currently has one.

This is for OpenGLSurfaceMode=behind.  In that mode, we need to make the window
transparent wherever a GL-rendered view should not be clipped by GDI-rendered
children or sibling views.

Some apps attach a GL context to the view only temporarily, do some rendering,
and then detach it.  But the GL surface remains, with the rendered graphics.
In order for those to show, the window needs to remain transparent even though
none of its views has a GL context currently attached.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-05-08 16:25:55 -05:00
..
.gitattributes
Makefile.in
clipboard.c
cocoa_app.h
cocoa_app.m winemac: Opt out of macOS 10.12's automatic window tabbing feature. 2017-04-24 20:32:20 +02:00
cocoa_clipboard.m
cocoa_display.m
cocoa_event.h winemac: Add a category on NSEvent to simplify checking if the Command key (and only that modifier) is pressed for an event. 2017-04-24 20:31:50 +02:00
cocoa_event.m winemac: Add a category on NSEvent to simplify checking if the Command key (and only that modifier) is pressed for an event. 2017-04-24 20:31:50 +02:00
cocoa_main.m
cocoa_opengl.h
cocoa_opengl.m
cocoa_status_item.m
cocoa_window.h winemac: Defer ordering a window out if it's in the process of entering or exiting Cocoa full-screen mode. 2017-04-24 20:32:11 +02:00
cocoa_window.m winemac: Track whether a view has ever had an OpenGL context attached. 2017-05-08 16:25:55 -05:00
display.c
dragdrop.c
event.c winemac: Move a window to the front when its Mac title bar is clicked. 2017-04-24 20:31:59 +02:00
gdi.c winemac: Try to read the dpi from the user key first. 2017-04-27 22:22:44 +02:00
image.c
ime.c
keyboard.c
macdrv.h winemac: Move a window to the front when its Mac title bar is clicked. 2017-04-24 20:31:59 +02:00
macdrv_cocoa.h winemac: Move a window to the front when its Mac title bar is clicked. 2017-04-24 20:31:59 +02:00
macdrv_main.c
macdrv_res.h
mouse.c
opengl.c
surface.c
systray.c
window.c winemac: Move a window to the front when its Mac title bar is clicked. 2017-04-24 20:31:59 +02:00
winemac.drv.spec
winemac.rc