mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
drag across monitor
This commit is contained in:
parent
6bf3bb97f5
commit
565f0daee9
1 changed files with 4 additions and 1 deletions
|
|
@ -186,8 +186,11 @@ output_drag_icon_for_each_surface(struct output *output, struct seat *seat,
|
||||||
if (!seat->drag_icon || !seat->drag_icon->mapped) {
|
if (!seat->drag_icon || !seat->drag_icon->mapped) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
double ox = seat->cursor->x, oy = seat->cursor->y;
|
||||||
|
wlr_output_layout_output_coords(output->server->output_layout,
|
||||||
|
output->wlr_output, &ox, &oy);
|
||||||
output_surface_for_each_surface(output, seat->drag_icon->surface,
|
output_surface_for_each_surface(output, seat->drag_icon->surface,
|
||||||
seat->cursor->x, seat->cursor->y, iterator, user_data);
|
ox, oy, iterator, user_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue