Wayland: Commit shell surface creation

This fixes any program using hidden windows, like tests/windows.c.
master
Emmanuel Gil Peyrot ago%!(EXTRA string=8 years)
parent 865bf67b1a
commit f4c5e6568e
  1. 2
      src/wl_window.c

@ -249,6 +249,8 @@ static GLFWbool createShellSurface(_GLFWwindow* window)
wl_shell_surface_set_toplevel(window->wl.shellSurface);
}
wl_surface_commit(window->wl.surface);
return GLFW_TRUE;
}

Loading…
Cancel
Save