xdg-shell: batch xdg_surface.configure events
This commit is contained in:
parent
e857bfa1b7
commit
9944ac65cf
5 changed files with 53 additions and 9 deletions
|
|
@ -245,7 +245,7 @@ impl XdgPopupRequestHandler for XdgPopup {
|
|||
let rel = self.relative_position.get();
|
||||
self.send_repositioned(req.token);
|
||||
self.send_configure(rel.x1(), rel.y1(), rel.width(), rel.height());
|
||||
self.xdg.do_send_configure();
|
||||
self.xdg.schedule_configure();
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue