wlroots-hyprland/include
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
..
backend docs: replace the less commonly used "::" with "." 2023-10-02 22:10:16 +03:00
interfaces types/wlr_input_device: move init and finish function to private API 2022-03-07 16:37:41 +00:00
render render/vulkan: constrain blend to output subpass to redrawn region 2023-10-05 11:45:32 +00:00
types docs: replace the less commonly used "::" with "." 2023-10-02 22:10:16 +03:00
util util: add struct to track union of rectangles 2023-10-05 11:45:32 +00:00
wlr xwayland: stop translating _NET_WM_STRUT_PARTIAL coordinates 2023-10-14 21:27:34 -04:00
xcursor Add some missing includes/declarations 2023-06-05 21:06:19 +00:00
xwayland docs: replace the less commonly used "::" with "." 2023-10-02 22:10:16 +03:00
meson.build build: unify naming for HAVE_* defines 2022-12-06 22:39:45 +00:00