diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-06-13 14:10:01 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-06-13 14:14:40 +0100 |
commit | 5fea2478cd5ab4156c182210d28c5e27e5f67403 (patch) | |
tree | ceb4595e8d1d766efef45f9847778e0d5fb9a57c /src/sna/sna_composite.c | |
parent | e499f207c161d1b3cd75f065dc89021ff5f40b63 (diff) |
Lots of trivial semantic fixes
Reported-by: Zdenek Kabelac <zkabelac@redhat.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_composite.c')
-rw-r--r-- | src/sna/sna_composite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/sna_composite.c b/src/sna/sna_composite.c index 85282179..97fe70e6 100644 --- a/src/sna/sna_composite.c +++ b/src/sna/sna_composite.c @@ -330,6 +330,7 @@ sna_compute_composite_extents(BoxPtr extents, v = dst_y + height; if (v > dst->pDrawable->height) v = dst->pDrawable->height; + extents->y2 = v; DBG(("%s: initial clip against dst->pDrawable: (%d, %d), (%d, %d)\n", __FUNCTION__, |