server/decoration: remove decorations when fullscreen

This commit is contained in:
Shawn Wallace 2025-11-06 23:01:40 -05:00
parent c51c0759a2
commit 3cd3edffe1
4 changed files with 78 additions and 11 deletions

View file

@ -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:?}"),
}