mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -05:00
rootston: remove mostly unused mapped icon param
This commit is contained in:
parent
3c7ef3aae6
commit
6fcac087fe
3 changed files with 0 additions and 7 deletions
|
|
@ -374,8 +374,6 @@ static void handle_drag_icon_commit(struct wl_listener *listener, void *data) {
|
|||
// toolkits to see how we should interpret the surface state here.
|
||||
drag_icon->sx += drag_icon->surface->current->sx;
|
||||
drag_icon->sy += drag_icon->surface->current->sy;
|
||||
|
||||
drag_icon->mapped = drag_icon->surface->texture->valid;
|
||||
}
|
||||
|
||||
static void handle_pointer_grab_begin(struct wl_listener *listener,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue