window-management: restore ability to drag fullscreen windows
This commit is contained in:
parent
c7968c2ad9
commit
37b8bc95a5
1 changed files with 3 additions and 0 deletions
|
|
@ -930,6 +930,9 @@ impl ToplevelData {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn is_root_container(&self) -> bool {
|
pub fn is_root_container(&self) -> bool {
|
||||||
|
if not_matches!(self.kind, ToplevelType::Container) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
let Some(parent) = self.parent.get() else {
|
let Some(parent) = self.parent.get() else {
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue