1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-11-22 18:28:52 -05:00

Wayland: Cleanup

This commit is contained in:
Camilla Löwy 2022-06-15 14:41:46 +02:00
parent 55fcfb1bb6
commit e52046955d

View File

@ -2156,6 +2156,7 @@ void _glfwSetWindowMousePassthroughWayland(_GLFWwindow* window, GLFWbool enabled
} }
else else
wl_surface_set_input_region(window->wl.surface, 0); wl_surface_set_input_region(window->wl.surface, 0);
wl_surface_commit(window->wl.surface); wl_surface_commit(window->wl.surface);
} }