cargo fmt
oopsie
This commit is contained in:
parent
b39388d91a
commit
c51c0759a2
1 changed files with 1 additions and 1 deletions
|
|
@ -1673,7 +1673,7 @@ impl Dispatch<XdgSurface, SurfaceId> for State {
|
||||||
|| match data.role.as_ref().unwrap() {
|
|| match data.role.as_ref().unwrap() {
|
||||||
SurfaceRole::Toplevel(t) => t.toplevel.is_alive(),
|
SurfaceRole::Toplevel(t) => t.toplevel.is_alive(),
|
||||||
SurfaceRole::Popup(p) => p.popup.is_alive(),
|
SurfaceRole::Popup(p) => p.popup.is_alive(),
|
||||||
_ => unreachable!()
|
_ => unreachable!(),
|
||||||
};
|
};
|
||||||
if role_alive {
|
if role_alive {
|
||||||
client.kill(
|
client.kill(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue