diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-06-23 07:29:20 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-06-23 07:51:38 +0100 |
commit | 83cbbcd816e449402f3d49aeba3c099a20b8bc1b (patch) | |
tree | 05b84b23918597c5c29c8f5d0d0a3b6643af05fc | |
parent | f22ea4e821a33eccd3a9283d7ab048857008f7e8 (diff) |
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>
-rw-r--r-- | src/sna/sna_display.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c index e7dd3d8d..cb9526a4 100644 --- a/src/sna/sna_display.c +++ b/src/sna/sna_display.c @@ -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)); |