summaryrefslogtreecommitdiff
path: root/exa/exa.h
diff options
context:
space:
mode:
Diffstat (limited to 'exa/exa.h')
-rw-r--r--exa/exa.h4
1 files changed, 2 insertions, 2 deletions
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,