xwayland: fix a possible clipboard race condition (#9394)

This commit is contained in:
nyx 2025-02-15 14:03:37 -05:00 committed by GitHub
parent 410da2e46f
commit 9228116c9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 75 additions and 27 deletions

View file

@ -58,7 +58,7 @@ struct SXSelection {
CHyprSignalListener keyboardFocusChange;
} listeners;
UP<SXTransfer> transfer;
std::vector<UP<SXTransfer>> transfers;
};
class CXCBConnection {