sna: Add missing string for DBG
References: https://bugs.freedesktop.org/show_bug.cgi?id=80355#c12 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
f22ea4e821
commit
83cbbcd816
|
|
@ -1273,6 +1273,7 @@ bool sna_pixmap_discard_shadow_damage(struct sna_pixmap *priv,
|
|||
(RegionPtr)region);
|
||||
} else {
|
||||
DBG(("%s: discarding all damage %dx[(%d, %d], (%d, %d)]\n",
|
||||
__FUNCTION__,
|
||||
region_num_rects(&sna->mode.shadow_region),
|
||||
sna->mode.shadow_region.extents.x1, sna->mode.shadow_region.extents.y1,
|
||||
sna->mode.shadow_region.extents.x2, sna->mode.shadow_region.extents.y2));
|
||||
|
|
|
|||
Loading…
Reference in New Issue