winemac.drv: Fix warning in [WineContentView viewWillDraw].

This commit is contained in:
Brendan Shanks 2024-06-24 15:45:07 -07:00 committed by Alexandre Julliard
parent 1620d8f7ca
commit 3fac8334d2

View file

@ -564,7 +564,7 @@ - (void) viewWillDraw
clearedGlSurface = TRUE;
}
context.needsUpdate = TRUE;
macdrv_update_opengl_context(context);
macdrv_update_opengl_context((macdrv_opengl_context)context);
}
[glContexts addObjectsFromArray:pendingGlContexts];
[pendingGlContexts removeAllObjects];