diff options
Diffstat (limited to 'src/sna/sna_blt.c')
-rw-r--r-- | src/sna/sna_blt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sna/sna_blt.c b/src/sna/sna_blt.c index 8f7b8a3e..32179bfd 100644 --- a/src/sna/sna_blt.c +++ b/src/sna/sna_blt.c @@ -2355,9 +2355,9 @@ fill: hint |= PREFER_GPU; if (dst->pCompositeClip->data == NULL && (width | height)) hint |= IGNORE_CPU; - if (width == tmp->dst.pixmap->drawable.width && - height == tmp->dst.pixmap->drawable.height) - hint |= REPLACES; + if (width == tmp->dst.pixmap->drawable.width && + height == tmp->dst.pixmap->drawable.height) + hint |= REPLACES; } tmp->dst.bo = sna_drawable_use_bo(dst->pDrawable, hint, &dst_box, &tmp->damage); |