mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
mag-fix-scene-helper keep column under 80
This commit is contained in:
parent
98f0f2db5f
commit
b7bcaa8b02
1 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,8 @@ lab_wlr_scene_output_commit(struct wlr_scene_output *scene_output)
|
||||||
*/
|
*/
|
||||||
wlr_damage_ring_rotate(&scene_output->damage_ring);
|
wlr_damage_ring_rotate(&scene_output->damage_ring);
|
||||||
|
|
||||||
if (!wlr_box_empty(&additional_damage) && is_magnify_on() && wants_magnification) {
|
if (!wlr_box_empty(&additional_damage) && is_magnify_on()
|
||||||
|
&& wants_magnification) {
|
||||||
wlr_damage_ring_add_box(&scene_output->damage_ring, &additional_damage);
|
wlr_damage_ring_add_box(&scene_output->damage_ring, &additional_damage);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue