aboutsummaryrefslogtreecommitdiff
path: root/rootston/seat.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-06-06 12:02:01 -0400
committerTony Crisci <tony@dubstepdish.com>2018-06-06 12:02:01 -0400
commit5d3e95f833ae562bf6926ddfb9f1bdb0492c1674 (patch)
tree7527d2b44da2b576448aef8547f181c2130200f6 /rootston/seat.c
parent7c888a39c6d08e9301032625987a6015fac17c6f (diff)
dont damage drag icon after update_position
Diffstat (limited to 'rootston/seat.c')
-rw-r--r--rootston/seat.c1
1 files changed, 0 insertions, 1 deletions
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,