mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wlr-data-device: drag icons
This commit is contained in:
parent
a1bfa4a2f2
commit
df0a8d3abe
8 changed files with 89 additions and 5 deletions
|
|
@ -110,6 +110,8 @@ struct roots_input *input_create(struct roots_server *server,
|
|||
cursor_load_config(config, input->cursor,
|
||||
input, server->desktop);
|
||||
|
||||
wl_list_init(&input->drag_icons);
|
||||
|
||||
return input;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue