mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
More work on dnd
This commit is contained in:
parent
041d63e3ee
commit
506e20eed9
5 changed files with 142 additions and 9 deletions
|
|
@ -59,6 +59,11 @@ display_get_pointer_surface(struct display *display, int pointer,
|
|||
int *width, int *height,
|
||||
int *hotspot_x, int *hotspot_y);
|
||||
|
||||
void
|
||||
display_add_drag_listener(struct display *display,
|
||||
const struct wl_drag_listener *drag_listener,
|
||||
void *data);
|
||||
|
||||
void
|
||||
display_run(struct display *d);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue