st/xorg: temporarily disablie copies

This commit is contained in:
Zack Rusin 2009-09-09 17:16:02 -04:00
parent feb74e7753
commit 85a716bf62
1 changed files with 2 additions and 1 deletions

View File

@ -350,7 +350,8 @@ ExaPrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, int xdir,
exa->copy.src = src_priv;
exa->copy.dst = priv;
return TRUE;
/*XXX disabled until some issues with syncing are fixed */
return FALSE;
}
static void