mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-08 13:29:47 -05: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
|
|
@ -407,6 +407,12 @@ window_draw_decorations(struct window *window)
|
|||
cairo_device_flush (window->display->device);
|
||||
}
|
||||
|
||||
void
|
||||
display_flush_cairo_device(struct display *display)
|
||||
{
|
||||
cairo_device_flush (display->device);
|
||||
}
|
||||
|
||||
static void
|
||||
window_draw_fullscreen(struct window *window)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue