diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-01 22:43:02 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-01 22:51:22 +0100 |
commit | 24a7bec7faa7dcc4393ef7f66939ae0fb8acdf36 (patch) | |
tree | 0cc1dc7e0acd43f49176110764f128e5d125e45b /src/sna/sna_io.c | |
parent | ad0afda3fe4f5e408e3610d8b76fdc7d1af33138 (diff) |
sna: Minor tweaks to make DBG compile again
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_io.c')
-rw-r--r-- | src/sna/sna_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_io.c b/src/sna/sna_io.c index 78614622..0a38aa82 100644 --- a/src/sna/sna_io.c +++ b/src/sna/sna_io.c @@ -223,7 +223,7 @@ void sna_read_boxes(struct sna *sna, PixmapPtr dst, struct kgem_bo *src_bo, bool can_blt; DBG(("%s x %d, src=(handle=%d), dst=(size=(%d, %d)\n", - __FUNCTION__, nbox, src_bo->handle, src_dy, + __FUNCTION__, nbox, src_bo->handle, dst->drawable.width, dst->drawable.height)); #ifndef NDEBUG |