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
wl_surface_set_input_region(window->wl.surface, 0);
wl_surface_commit(window->wl.surface);
}