1
0
Fork 0
forked from wry/wry

autocommit 2022-04-04 14:29:04 CEST

This commit is contained in:
Julian Orth 2022-04-04 14:29:04 +02:00
parent 1f71290dab
commit e897d271af
21 changed files with 278 additions and 127 deletions

View file

@ -443,8 +443,7 @@ impl ToplevelNode for Xwindow {
}
fn accepts_keyboard_focus(&self) -> bool {
self.data.info.never_focus.get().not() &&
self.data.info.icccm_hints.input.get()
self.data.info.never_focus.get().not() && self.data.info.icccm_hints.input.get()
}
fn default_surface(&self) -> Rc<WlSurface> {