mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 14:03:52 +00:00
Wayland: Cleanup
This commit is contained in:
parent
a7b6f35500
commit
18df0baea6
@ -623,14 +623,11 @@ static GLFWbool createXdgSurface(_GLFWwindow* window)
|
|||||||
window->monitor->wl.output);
|
window->monitor->wl.output);
|
||||||
setIdleInhibitor(window, GLFW_TRUE);
|
setIdleInhibitor(window, GLFW_TRUE);
|
||||||
}
|
}
|
||||||
else if (window->wl.maximized)
|
|
||||||
{
|
|
||||||
xdg_toplevel_set_maximized(window->wl.xdg.toplevel);
|
|
||||||
setIdleInhibitor(window, GLFW_FALSE);
|
|
||||||
setXdgDecorations(window);
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
if (window->wl.maximized)
|
||||||
|
xdg_toplevel_set_maximized(window->wl.xdg.toplevel);
|
||||||
|
|
||||||
setIdleInhibitor(window, GLFW_FALSE);
|
setIdleInhibitor(window, GLFW_FALSE);
|
||||||
setXdgDecorations(window);
|
setXdgDecorations(window);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user