mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04:00
selection: add support for TEXT/STRING/UTF8_STRING mime-types in incoming offers
We were already offering these mime types for our own clipboard data, but ignored them in incoming offers. Fixes paste issues from Geany. Closes #583
This commit is contained in:
parent
2a75da4143
commit
49bb00fb64
3 changed files with 21 additions and 6 deletions
|
|
@ -122,6 +122,10 @@ enum data_offer_mime_type {
|
|||
DATA_OFFER_MIME_TEXT_PLAIN,
|
||||
DATA_OFFER_MIME_TEXT_UTF8,
|
||||
DATA_OFFER_MIME_URI_LIST,
|
||||
|
||||
DATA_OFFER_MIME_TEXT_TEXT,
|
||||
DATA_OFFER_MIME_TEXT_STRING,
|
||||
DATA_OFFER_MIME_TEXT_UTF8_STRING,
|
||||
};
|
||||
|
||||
struct wl_window;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue