Wayland: Cleanup

This commit is contained in:
Camilla Löwy 2025-07-18 16:04:40 +02:00
parent 7523b0e6bd
commit 645a35a38e

View File

@ -401,10 +401,7 @@ static void handleFallbackDecorationButton(_GLFWwindow* window,
}
if (edges != XDG_TOPLEVEL_RESIZE_EDGE_NONE)
{
xdg_toplevel_resize(window->wl.xdg.toplevel, _glfw.wl.seat,
serial, edges);
}
xdg_toplevel_resize(window->wl.xdg.toplevel, _glfw.wl.seat, serial, edges);
}
else if (button == BTN_RIGHT)
{