Use the dummy pbuffer we create to make current

Cooper Yuan 13 years ago committed by Kristian Høgsberg
parent 5f5f31939d
commit 4577adce8c
  1. 4
      src/compositor-x11.c

@ -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…
Cancel
Save