mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wlr-data-device: map icon by default
This commit is contained in:
parent
390b526450
commit
8f38b0504b
1 changed files with 1 additions and 0 deletions
|
|
@ -665,6 +665,7 @@ static struct wlr_drag_icon *wlr_drag_icon_create(
|
|||
icon->client = client;
|
||||
icon->is_pointer = is_pointer;
|
||||
icon->touch_id = touch_id;
|
||||
icon->mapped = true;
|
||||
wl_list_insert(&client->seat->drag_icons, &icon->link);
|
||||
|
||||
wl_signal_init(&icon->events.destroy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue