wlroots-hyprland/include/wlr/xwayland
John Lindgren 6114dd6a83 xwayland: stop translating _NET_WM_STRUT_PARTIAL coordinates
Translating the right/bottom coordinates from offsets to absolute
coordinates in wlroots (rather than in the compositor) was supposed to
be more reliable, since wlroots had access to the X11 screen size.

It ended up being less reliable, because the screen size values
(xwm->screen->width_in_pixels/height_in_pixels) are not updated when the
output layout changes.

So let's remove the translation from wlroots, and let the compositor
figure it out. From what I can understand of the current XWayland code,
the X11 screen size should generally match the overall wlr_output_layout
bounding box, which the compositor has access to.
2023-10-14 21:27:34 -04:00
..
server.h xwayland/server: add ready flag 2023-10-10 17:05:04 +02:00
shell.h xwayland: fix double free wlr_xwayland_shell_v1 2023-10-06 10:04:11 +02:00
xwayland.h xwayland: stop translating _NET_WM_STRUT_PARTIAL coordinates 2023-10-14 21:27:34 -04:00