diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-06-06 12:02:01 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-06-06 12:02:01 -0400 |
commit | 5d3e95f833ae562bf6926ddfb9f1bdb0492c1674 (patch) | |
tree | 7527d2b44da2b576448aef8547f181c2130200f6 /rootston | |
parent | 7c888a39c6d08e9301032625987a6015fac17c6f (diff) |
dont damage drag icon after update_position
Diffstat (limited to 'rootston')
-rw-r--r-- | rootston/seat.c | 1 |
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, |