wayland: account also for compositors that may be presenting wl_data_device before wl_seat

This commit is contained in:
IoIxD 2026-04-26 13:23:33 -07:00
commit 215488e653
2 changed files with 34 additions and 26 deletions

View file

@ -399,7 +399,6 @@ typedef struct wl_clipboard_device_context {
MwLL ll;
struct wl_seat* seat;
MwU32 capabilities;
} wl_clipboard_device_context_t;
struct _MwLLWayland {