mirror of
https://github.com/brl/mutter.git
synced 2025-01-25 19:08:56 +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++)
|
for (i = 0; i < n_rects; i++)
|
||||||
{
|
{
|
||||||
cairo_rectangle_int_t rect;
|
cairo_rectangle_int_t rect;
|
||||||
cairo_region_get_rectangle (region, &rect);
|
cairo_region_get_rectangle (region, i, &rect);
|
||||||
g_print ("+%d+%dx%dx%d ",
|
g_print ("+%d+%dx%dx%d ",
|
||||||
rect.x, rect.y, rect.width, rect.height);
|
rect.x, rect.y, rect.width, rect.height);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user