Use the dummy pbuffer we create to make current
This commit is contained in:
parent
5f5f31939d
commit
4577adce8c
@ -174,8 +174,8 @@ x11_compositor_init_egl(struct x11_compositor *c)
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (!eglMakeCurrent(c->base.display, EGL_NO_SURFACE,
|
||||
EGL_NO_SURFACE, c->base.context)) {
|
||||
if (!eglMakeCurrent(c->base.display, c->dummy_pbuffer,
|
||||
c->dummy_pbuffer, c->base.context)) {
|
||||
fprintf(stderr, "failed to make context current\n");
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user