xwayland: fix sending large clipboard data (#9134)
This commit is contained in:
parent
c90dbfab6f
commit
fda5626594
2 changed files with 35 additions and 21 deletions
|
|
@ -50,6 +50,7 @@ struct SXSelection {
|
|||
void onKeyboardFocus();
|
||||
bool sendData(xcb_selection_request_event_t* e, std::string mime);
|
||||
int onRead(int fd, uint32_t mask);
|
||||
int onWrite();
|
||||
|
||||
struct {
|
||||
CHyprSignalListener setSelection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue