diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-20 14:24:06 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-07-20 14:24:06 +0100 |
commit | 578ff11c3753ede2c81afc47302991e3d3b316f2 (patch) | |
tree | 306c31a5c9ad394b519a85818ec26a18976eb9aa /src/sna/sna_render.c | |
parent | fb7987fc0b51cf3b83dcf78bcefe65ec3af32ccf (diff) |
sna: Just use composite.box() when we only have one box
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 e503586e..1db89583 100644 --- a/src/sna/sna_render.c +++ b/src/sna/sna_render.c @@ -791,7 +791,7 @@ static int sna_render_picture_downsample(struct sna *sna, &op)) goto cleanup_src; - op.boxes(sna, &op, &b, 1); + op.box(sna, &op, &b); op.done(sna, &op); } } |