wayland drag and drop
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
1f8b4074a9
commit
cb0d7b8583
6 changed files with 186 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue