• Ken Thomases's avatar
    winemac: Track whether a view has ever had an OpenGL context attached. · b6a4b2f5
    Ken Thomases authored
    ... 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: 's avatarKen Thomases <ken@codeweavers.com>
    Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
    b6a4b2f5
Name
Last commit
Last update
..
.gitattributes Loading commit data...
Makefile.in Loading commit data...
clipboard.c Loading commit data...
cocoa_app.h Loading commit data...
cocoa_app.m Loading commit data...
cocoa_clipboard.m Loading commit data...
cocoa_display.m Loading commit data...
cocoa_event.h Loading commit data...
cocoa_event.m Loading commit data...
cocoa_main.m Loading commit data...
cocoa_opengl.h Loading commit data...
cocoa_opengl.m Loading commit data...
cocoa_status_item.m Loading commit data...
cocoa_window.h Loading commit data...
cocoa_window.m Loading commit data...
display.c Loading commit data...
dragdrop.c Loading commit data...
event.c Loading commit data...
gdi.c Loading commit data...
image.c Loading commit data...
ime.c Loading commit data...
keyboard.c Loading commit data...
macdrv.h Loading commit data...
macdrv_cocoa.h Loading commit data...
macdrv_main.c Loading commit data...
macdrv_res.h Loading commit data...
mouse.c Loading commit data...
opengl.c Loading commit data...
surface.c Loading commit data...
systray.c Loading commit data...
window.c Loading commit data...
winemac.drv.spec Loading commit data...
winemac.rc Loading commit data...