commit | e968f9c6b926f5af46417774867c029e5ee6aebf | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Aug 27 22:18:00 2010 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Aug 27 22:18:00 2010 -0400 |
tree | fc93e552e6ee2ba1e3e1fab6811a9b39c5eb028d | |
parent | b571f5db6b086ab712ff3a7abb4d7734ea5dacc0 [diff] [blame] |
Provide visual feedback as to whether drop is supported Change the cursor in response to target events.
diff --git a/clients/window.c b/clients/window.c index 24f1a70..c6c36e9 100644 --- a/clients/window.c +++ b/clients/window.c
@@ -407,6 +407,12 @@ 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) {