diff --git a/exa/exa.h b/exa/exa.h index 15945c1f1..f5279328e 100644 --- a/exa/exa.h +++ b/exa/exa.h @@ -107,8 +107,8 @@ typedef struct _ExaAccelInfo { */ Bool (*PrepareCopy) (PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, - Bool upsidedown, - Bool reverse, + int dx, + int dy, int alu, Pixel planemask); void (*Copy) (PixmapPtr pDstPixmap, diff --git a/hw/xfree86/exa/exa.h b/hw/xfree86/exa/exa.h index 15945c1f1..f5279328e 100644 --- a/hw/xfree86/exa/exa.h +++ b/hw/xfree86/exa/exa.h @@ -107,8 +107,8 @@ typedef struct _ExaAccelInfo { */ Bool (*PrepareCopy) (PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, - Bool upsidedown, - Bool reverse, + int dx, + int dy, int alu, Pixel planemask); void (*Copy) (PixmapPtr pDstPixmap,