toplevel: rename is_floating to parent_is_float
This commit is contained in:
parent
a840eff108
commit
a333198658
5 changed files with 11 additions and 11 deletions
|
|
@ -1741,7 +1741,7 @@ impl ConfigProxyHandler {
|
|||
fn handle_get_window_floating(&self, window: Window) -> Result<(), CphError> {
|
||||
let window = self.get_window(window)?;
|
||||
self.respond(Response::GetWindowFloating {
|
||||
floating: window.tl_data().is_floating.get(),
|
||||
floating: window.tl_data().parent_is_float.get(),
|
||||
});
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue