xwayland: fix a possible clipboard race condition (#9394)
This commit is contained in:
parent
410da2e46f
commit
9228116c9a
3 changed files with 75 additions and 27 deletions
|
|
@ -58,7 +58,7 @@ struct SXSelection {
|
|||
CHyprSignalListener keyboardFocusChange;
|
||||
} listeners;
|
||||
|
||||
UP<SXTransfer> transfer;
|
||||
std::vector<UP<SXTransfer>> transfers;
|
||||
};
|
||||
|
||||
class CXCBConnection {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue