wayland: implement xdg-toplevel-drag
This commit is contained in:
parent
e665a18242
commit
364872258a
21 changed files with 535 additions and 70 deletions
|
|
@ -193,7 +193,7 @@ impl IpcVtable for PrimarySelectionIpc {
|
|||
dd.send_selection(offer);
|
||||
}
|
||||
|
||||
fn send_cancelled(source: &Rc<Self::Source>) {
|
||||
fn send_cancelled(source: &Rc<Self::Source>, _seat: &Rc<WlSeatGlobal>) {
|
||||
source.send_cancelled();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue