From 0df446ab8875430508ff51d3548955a215475084 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Fri, 1 Jul 2005 10:39:21 +0000 Subject: [PATCH] Missed this. Spotted by Thomas. --- exa/exa.h | 4 ++-- hw/xfree86/exa/exa.h | 4 ++-- 2 files changed, 4 insertions(+), 4 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, 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,