autocommit 2022-04-30 13:45:20 CEST
This commit is contained in:
parent
4e717ecef8
commit
3d4a6b21f3
26 changed files with 340 additions and 60 deletions
|
|
@ -152,7 +152,7 @@ impl XdgToplevel {
|
|||
|
||||
fn send_close(&self) {
|
||||
self.xdg.surface.client.event(Close { self_id: self.id });
|
||||
self.xdg.surface.client.flush();
|
||||
// self.xdg.surface.client.flush();
|
||||
}
|
||||
|
||||
fn send_configure(&self, width: i32, height: i32) {
|
||||
|
|
@ -472,7 +472,7 @@ impl ToplevelNode for XdgToplevel {
|
|||
}
|
||||
self.send_configure_checked(nw, nh);
|
||||
self.xdg.do_send_configure();
|
||||
self.xdg.surface.client.flush();
|
||||
// self.xdg.surface.client.flush();
|
||||
}
|
||||
self.xdg.set_absolute_desired_extents(rect);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue