server/decoration: remove decorations when fullscreen
This commit is contained in:
parent
c51c0759a2
commit
3cd3edffe1
4 changed files with 78 additions and 11 deletions
|
|
@ -1865,6 +1865,7 @@ impl Dispatch<WlShmPool, ()> for State {
|
|||
let buf = data_init.init(id, ());
|
||||
state.buffers.insert(buf);
|
||||
}
|
||||
Resize { .. } => {}
|
||||
Destroy => {}
|
||||
other => todo!("unhandled request {other:?}"),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue