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

View File

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