wayland: implement xdg-toplevel-drag
This commit is contained in:
parent
e665a18242
commit
364872258a
21 changed files with 535 additions and 70 deletions
|
|
@ -273,7 +273,7 @@ impl Xwindow {
|
|||
let ext = self.data.info.pending_extents.get();
|
||||
self.data
|
||||
.state
|
||||
.map_floating(self.clone(), ext.width(), ext.height(), &ws);
|
||||
.map_floating(self.clone(), ext.width(), ext.height(), &ws, None);
|
||||
self.data.title_changed();
|
||||
}
|
||||
Change::Map => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue