server: remove no decoration warning
We now always have decorations! :D
This commit is contained in:
parent
4ea4960f5e
commit
f997e81ee7
1 changed files with 0 additions and 3 deletions
|
|
@ -514,9 +514,6 @@ impl<S: X11Selection> ServerState<NoConnection<S>> {
|
||||||
|
|
||||||
let decoration_manager = global_list
|
let decoration_manager = global_list
|
||||||
.bind::<ZxdgDecorationManagerV1, _, _>(&qh, 1..=1, ())
|
.bind::<ZxdgDecorationManagerV1, _, _>(&qh, 1..=1, ())
|
||||||
.inspect_err(|e| {
|
|
||||||
warn!("Could not bind xdg decoration ({e:?}). Windows might not have decorations.")
|
|
||||||
})
|
|
||||||
.ok();
|
.ok();
|
||||||
|
|
||||||
let selection_states = selection::SelectionStates::new(&global_list, &qh);
|
let selection_states = selection::SelectionStates::new(&global_list, &qh);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue