xwayland: Make client drm-node threadsafe
This commit is contained in:
parent
9e05a84db2
commit
cd90371c1e
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ impl State {
|
|||
Stdio::null(),
|
||||
|user_data| {
|
||||
if let Some(node) = render_node {
|
||||
user_data.insert_if_missing(|| node);
|
||||
user_data.insert_if_missing_threadsafe(|| node);
|
||||
}
|
||||
},
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue