Provide visual feedback as to whether drop is supported

Change the cursor in response to target events.
This commit is contained in:
Kristian Høgsberg 2010-08-27 22:18:00 -04:00
parent b571f5db6b
commit e968f9c6b9
3 changed files with 103 additions and 48 deletions

View file

@ -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)
{