diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-03-12 15:57:17 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-03-12 15:57:17 +0000 |
commit | c79a189b6f06a58ddbd92427b6c57a0bdfb1e16c (patch) | |
tree | 081cc6871507ebb989500424f5c4e648e2720eac /src/sna/sna_render.c | |
parent | a31831bce86745205369faaa297064770f4350f9 (diff) |
sna: Missing git-add for 09862a85eba243b
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_render.c')
-rw-r--r-- | src/sna/sna_render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_render.c b/src/sna/sna_render.c index a9297508..6a2438f4 100644 --- a/src/sna/sna_render.c +++ b/src/sna/sna_render.c @@ -1970,7 +1970,7 @@ sna_render_composite_redirect(struct sna *sna, } assert(op->dst.bo != t->real_bo); - op->dst.bo->unique_id = kgem_unique_id(&sna->kgem); + op->dst.bo->unique_id = kgem_get_unique_id(&sna->kgem); op->dst.bo->pitch = t->real_bo->pitch; op->dst.x -= box.x1; |