wlrfx / scenefx

A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects
MIT License
81 stars 8 forks source link

Fixed sibling window rects not compensating for output position offsets #79

Closed ErikReider closed 5 days ago

ErikReider commented 5 days ago

When the ouptut position offset is set to something larger than 0, the sibling window coords automatically uses that offset, which isn't necessary.

image

Tested the fix in tinywl and fx-comp