mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
`send_wayland_message` takes in the number of words, not its byte size. This meant that we were sending quite a bit of out-of-bounds stuff alongside the four arguments required by `xdg_positioner::set_anchor_rect`, which triggered an assertion on Jay. This didn't pop up before because the C wayland server library does not seem to check this, but it's a valid (and useful!) assertion for other server implementations nonetheless. This patch switches to the initializer_list syntax to make the intent clearer. |
||
|---|---|---|
| .. | ||
| dynwrappers | ||
| detect_prime_egl.cpp | ||
| detect_prime_egl.h | ||
| display_server_wayland.cpp | ||
| display_server_wayland.h | ||
| egl_manager_wayland.cpp | ||
| egl_manager_wayland.h | ||
| egl_manager_wayland_gles.cpp | ||
| egl_manager_wayland_gles.h | ||
| godot-embedding-compositor.xml | ||
| key_mapping_xkb.cpp | ||
| key_mapping_xkb.h | ||
| rendering_context_driver_vulkan_wayland.cpp | ||
| rendering_context_driver_vulkan_wayland.h | ||
| SCsub | ||
| wayland_embedder.cpp | ||
| wayland_embedder.h | ||
| wayland_thread.cpp | ||
| wayland_thread.h | ||