From 5d3e95f833ae562bf6926ddfb9f1bdb0492c1674 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Wed, 6 Jun 2018 12:02:01 -0400 Subject: [PATCH] dont damage drag icon after update_position --- rootston/seat.c | 1 - 1 file changed, 1 deletion(-) diff --git a/rootston/seat.c b/rootston/seat.c index 33dff741..91561567 100644 --- a/rootston/seat.c +++ b/rootston/seat.c @@ -261,7 +261,6 @@ static void roots_drag_icon_handle_surface_commit(struct wl_listener *listener, struct roots_drag_icon *icon = wl_container_of(listener, icon, surface_commit); roots_drag_icon_update_position(icon); - roots_drag_icon_damage_whole(icon); } static void roots_drag_icon_handle_map(struct wl_listener *listener,