wlroots/types/scene
zsugabubus dc9996217b scene: fix scaling of negative coordinates
round() rounds away from zero that can cause unwanted lengthening of
dimensions when sides of box differ in their sign:

scale_length(2, -1, 1.5) == 4 (-1.5 -> -2; 1.5 -> 2)
scale_length(2,  1, 1.5) == 3
2021-10-28 20:42:12 +02:00
..
output_layout.c scene: add wlr_scene_attach_output_layout 2021-09-09 12:04:35 +02:00
subsurface_tree.c scene: inline subsurface_tree_destroy 2021-10-27 16:18:10 +02:00
wlr_scene.c scene: fix scaling of negative coordinates 2021-10-28 20:42:12 +02:00