Wayland: Cleanup

master
Camilla Löwy ago%!(EXTRA string=3 years)
parent 55fcfb1bb6
commit e52046955d
  1. 1
      src/wl_window.c

@ -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);
}

Loading…
Cancel
Save