summaryrefslogtreecommitdiff
path: root/exa
diff options
context:
space:
mode:
authorZack Rusin <zack@kde.org>2005-07-01 10:39:21 +0000
committerZack Rusin <zack@kde.org>2005-07-01 10:39:21 +0000
commit0df446ab8875430508ff51d3548955a215475084 (patch)
treea8841032e3abff919f2af08763a99b449f5c3d7f /exa
parentb5b2a0522efd61bd99b5d5d75cdd27960cd1c7e1 (diff)
Missed this. Spotted by Thomas.
Diffstat (limited to 'exa')
-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,