mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
dont damage drag icon after update_position
This commit is contained in:
parent
7c888a39c6
commit
5d3e95f833
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue