wayland drag and drop
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoIxD 2026-09-14 15:09:14 -07:00
commit cb0d7b8583
6 changed files with 186 additions and 16 deletions

View file

@ -292,6 +292,9 @@ typedef struct wl_clipboard_device_context {
struct zwp_primary_selection_offer_v1* zwp;
} offer;
const char* accepted_types[6];
char selected_mime_type[4096];
MwLL ll;
// struct wl_seat* seat;
} wl_clipboard_device_context_t;