mirror of
https://github.com/brl/mutter.git
synced 2025-01-10 19:52:25 +00:00
Fix dump_region
This commit is contained in:
parent
b1ae599c39
commit
5237b2aa65
@ -1768,7 +1768,7 @@ dump_region (cairo_region_t *region)
|
||||
for (i = 0; i < n_rects; i++)
|
||||
{
|
||||
cairo_rectangle_int_t rect;
|
||||
cairo_region_get_rectangle (region, &rect);
|
||||
cairo_region_get_rectangle (region, i, &rect);
|
||||
g_print ("+%d+%dx%dx%d ",
|
||||
rect.x, rect.y, rect.width, rect.height);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user