wlroots/xwayland/selection
Ilia Bozhinov 59f026465e xwayland: add a size-safe wrapper for xcb_send_event
xcb_send_event expects the caller to always provide 32 byte data, even if the actual event struct is
smaller than that.

Reference: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues/18
(cherry picked from commit c63275d75e)
2024-04-22 10:34:56 -04:00
..
dnd.c xwayland: add a size-safe wrapper for xcb_send_event 2024-04-22 10:34:56 -04:00
incoming.c treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical 2023-10-03 01:51:07 -04:00
outgoing.c xwayland: add a size-safe wrapper for xcb_send_event 2024-04-22 10:34:56 -04:00
selection.c Use struct initializers instead of memset() 2023-07-07 17:31:11 +02:00