Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pirvi-public
glfw
Commits
f4c5e656
Commit
f4c5e656
authored
Jan 26, 2017
by
Emmanuel Gil Peyrot
Browse files
Wayland: Commit shell surface creation
This fixes any program using hidden windows, like tests/windows.c.
parent
865bf67b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wl_window.c
View file @
f4c5e656
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment