xwayland: fix clipboard mime name and atom mismatch (#9137)

This commit is contained in:
DDoSolitary 2025-01-22 22:26:53 +08:00 committed by GitHub
parent d335c8f101
commit c90dbfab6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,8 @@ CXDataSource::CXDataSource(SXSelection& sel_) : selection(sel_) {
continue; continue;
mimeTypes.push_back(type); mimeTypes.push_back(type);
} } else
continue;
mimeAtoms.push_back(value[i]); mimeAtoms.push_back(value[i]);
} }