wlroots/include/wlr
Alexander Orzechowski 79e063035c damage_ring: Remove wlr_damage_ring_set_bounds
This wasn't that great:
1. Now that damage ring tracks damage across actual wlr_buffer objects,
   it can use the buffer size to do any sort of cropping that needs to
   happen.
2. The damage ring size really should be the size of the transformed
   size of the output. Compositors currently have to call
   `wlr_damage_ring_set_bounds()` where it might not be clear when to
   call the function. Compositors can just check against the actual
   output bounds that they care about when processing the damage.

Fixes: #3891
2024-10-09 06:31:46 +00:00
..
backend backend/wayland: introduce wlr_wl_output_set_app_id() 2024-06-26 19:43:20 +00:00
interfaces pointer: release pressed buttons on destroy 2024-09-24 19:53:54 +00:00
render render/color: return tranform in wlr_color_transform_ref() 2024-08-24 11:07:58 +02:00
types damage_ring: Remove wlr_damage_ring_set_bounds 2024-10-09 06:31:46 +00:00
util util/box: Introduce wlr_box_contains_box 2024-08-06 20:00:01 -04:00
xwayland xwayland: add wlr_xwayland_surface_has_window_type() 2024-08-10 16:10:34 +00:00
backend.h backend: add wlr_backend_{test,commit}() 2024-03-14 22:03:10 +00:00
config.h.in render/color: introduce wlr_color_transform 2024-04-26 17:17:36 +00:00
meson.build Version pkgconfig, headers, and library for parallel installation 2024-05-27 22:15:00 +00:00
version.h.in Drop WLR_VERSION_API_* 2021-06-29 12:22:55 +02:00
xcursor.h examples, tinywl: use "default" cursor instead of "left_ptr" 2023-02-01 15:00:42 +01:00
xwayland.h xwayland: split headers 2022-11-02 19:00:23 +01:00