gallium: Remove do_flip argument from surface_copy
[mesa.git] / src / gallium / state_trackers / xorg / xorg_exa.c
index c5f1293951287993c8ad4f5821b95ed35dde4fa0..56c8fdccb285582d14696e404d0beaa1680be68e 100644 (file)
@@ -283,7 +283,7 @@ ExaCopy(PixmapPtr pDstPixmap, int srcX, int srcY, int dstX, int dstY,
                                   PIPE_BUFFER_USAGE_GPU_READ |
                                   PIPE_BUFFER_USAGE_GPU_WRITE);
 
-    exa->ctx->surface_copy(exa->ctx, 0, surf, dstX, dstY, priv->src_surf,
+    exa->ctx->surface_copy(exa->ctx, surf, dstX, dstY, priv->src_surf,
                           srcX, srcY, width, height);
     exa->scrn->tex_surface_destroy(surf);
 }