added drag and drop functionality
barebones but functioning
This commit is contained in:
parent
546fff6aa6
commit
30ae4be181
5 changed files with 24 additions and 2 deletions
|
|
@ -81,4 +81,8 @@ namespace Events {
|
|||
// XWayland
|
||||
LISTENER(readyXWayland);
|
||||
LISTENER(surfaceXWayland);
|
||||
|
||||
// Drag & Drop
|
||||
LISTENER(requestDrag);
|
||||
LISTENER(startDrag);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue