godot/platform
Dery Almas 1fb101f7a5 Wayland: Fix trailing garbage error while using the embedder on Jay
`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.
2025-11-25 01:34:52 +01:00
..
android Ensure that the Android editor properly passes hybrid data when switching mode 2025-11-20 19:13:02 -08:00
ios Fix typo in MacOS and iOS export settings 2025-11-19 13:05:57 -05:00
linuxbsd Wayland: Fix trailing garbage error while using the embedder on Jay 2025-11-25 01:34:52 +01:00
macos Fix typo in MacOS and iOS export settings 2025-11-19 13:05:57 -05:00
visionos Fix typo in MacOS and iOS export settings 2025-11-19 13:05:57 -05:00
web Merge pull request #112379 from bruvzg/tts64id 2025-11-14 14:23:17 -06:00
windows Merge pull request #113013 from bruvzg/hid_hook 2025-11-24 10:21:44 -06:00
platform_builders.py SCons: Begin decoupling generation & build code 2025-04-25 08:23:01 -05:00
register_platform_apis.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub SCons: Begin decoupling generation & build code 2025-04-25 08:23:01 -05:00