remotes/origin/work/fvogt/fakevmblank
nerdopolis turfwalker 5 years ago
parent b90d92a8fb
commit 44ad9437c4
  1. 2
      src/plugins/platforms/x11/common/eglonxbackend.cpp

@ -221,7 +221,7 @@ EGLSurface EglOnXBackend::createSurface(xcb_window_t window)
// cannot be an xcb_window_t.
surface = eglCreatePlatformWindowSurfaceEXT(eglDisplay(), config(), (void *) &window, nullptr);
} else {
surface = eglCreateWindowSurface(eglDisplay(), config(), window, nullptr);
surface = eglCreateWindowSurface(eglDisplay(), config(), &window, nullptr);
}
return surface;

Loading…
Cancel
Save