1. 11 May, 2017 1 commit
  2. 10 May, 2017 23 commits
  3. 09 May, 2017 15 commits
  4. 08 May, 2017 1 commit
    • 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