mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
data-device: wlr-drag-icon
This commit is contained in:
parent
fa36ac90f7
commit
3b74db467b
8 changed files with 107 additions and 112 deletions
|
|
@ -191,10 +191,10 @@ static void output_frame_notify(struct wl_listener *listener, void *data) {
|
|||
render_view(view, desktop, wlr_output, &now);
|
||||
}
|
||||
|
||||
struct roots_drag_icon *drag_icon = NULL;
|
||||
struct wlr_drag_icon *drag_icon = NULL;
|
||||
struct roots_seat *seat = NULL;
|
||||
wl_list_for_each(seat, &server->input->seats, link) {
|
||||
wl_list_for_each(drag_icon, &seat->drag_icons, link) {
|
||||
wl_list_for_each(drag_icon, &seat->seat->drag_icons, link) {
|
||||
if (!drag_icon->mapped) {
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue