mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
parent
2c91afbb34
commit
76bdb21ca9
@ -163,8 +163,10 @@ void output_view_for_each_popup(struct sway_output *output,
|
|||||||
.user_iterator = iterator,
|
.user_iterator = iterator,
|
||||||
.user_data = user_data,
|
.user_data = user_data,
|
||||||
.output = output,
|
.output = output,
|
||||||
.ox = view->swayc->current.view_x - output->swayc->current.swayc_x,
|
.ox = view->swayc->current.view_x - output->swayc->current.swayc_x
|
||||||
.oy = view->swayc->current.view_y - output->swayc->current.swayc_y,
|
- view->geometry.x,
|
||||||
|
.oy = view->swayc->current.view_y - output->swayc->current.swayc_y
|
||||||
|
- view->geometry.y,
|
||||||
.width = view->swayc->current.view_width,
|
.width = view->swayc->current.view_width,
|
||||||
.height = view->swayc->current.view_height,
|
.height = view->swayc->current.view_height,
|
||||||
.rotation = 0, // TODO
|
.rotation = 0, // TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user