mirror of
https://github.com/glfw/glfw.git
synced 2026-01-12 07:43:16 +01:00
Wayland: Fix zero being used in place of NULL
This commit is contained in:
@@ -2478,7 +2478,7 @@ void _glfwSetWindowMousePassthroughWayland(_GLFWwindow* window, GLFWbool enabled
|
||||
wl_region_destroy(region);
|
||||
}
|
||||
else
|
||||
wl_surface_set_input_region(window->wl.surface, 0);
|
||||
wl_surface_set_input_region(window->wl.surface, NULL);
|
||||
}
|
||||
|
||||
float _glfwGetWindowOpacityWayland(_GLFWwindow* window)
|
||||
|
||||
Reference in New Issue
Block a user