mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 07:38:22 +02:00
egl: Fix eglMakeCurrent for egl surfaces
This commit is contained in:
parent
303f56a2d3
commit
3245d6e120
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ _egl_acquire (void *abstract_ctx)
|
|||
}
|
||||
|
||||
eglMakeCurrent (ctx->display,
|
||||
ctx->dummy_surface, ctx->dummy_surface, ctx->context);
|
||||
current_surface, current_surface, ctx->context);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue