diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/r600_exa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/r600_exa.c b/src/r600_exa.c index 155f9135..7d5d7dc2 100644 --- a/src/r600_exa.c +++ b/src/r600_exa.c @@ -675,6 +675,8 @@ R600PrepareCopy(PixmapPtr pSrc, PixmapPtr pDst, accel_state->rop = rop; accel_state->planemask = planemask; + return FALSE; + #ifdef SHOW_VERTEXES ErrorF("same surface!\n"); #endif |