mirror of
https://github.com/labwc/labwc.git
synced 2025-11-07 13:30:06 -05:00
src/output.c: fix debug flag for full frame damage
This commit is contained in:
parent
b7b1e8064f
commit
3658c2bfb3
1 changed files with 1 additions and 1 deletions
|
|
@ -860,7 +860,7 @@ renderer_end:
|
||||||
wlr_region_transform(&frame_damage, &output->damage->current,
|
wlr_region_transform(&frame_damage, &output->damage->current,
|
||||||
transform, output_width, output_height);
|
transform, output_width, output_height);
|
||||||
|
|
||||||
#ifdef DEBUG
|
#if DEBUG
|
||||||
pixman_region32_union_rect(&frame_damage, &frame_damage, 0, 0,
|
pixman_region32_union_rect(&frame_damage, &frame_damage, 0, 0,
|
||||||
output_width, output_height);
|
output_width, output_height);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue