mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
Provide visual feedback as to whether drop is supported
Change the cursor in response to target events.
This commit is contained in:
parent
b571f5db6b
commit
e968f9c6b9
3 changed files with 103 additions and 48 deletions
|
|
@ -64,6 +64,9 @@ display_add_drag_listener(struct display *display,
|
|||
const struct wl_drag_listener *drag_listener,
|
||||
void *data);
|
||||
|
||||
void
|
||||
display_flush_cairo_device(struct display *display);
|
||||
|
||||
void
|
||||
display_run(struct display *d);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue