Missed this. Spotted by Thomas.

This commit is contained in:
Zack Rusin 2005-07-01 10:39:21 +00:00
parent b5b2a0522e
commit 0df446ab88
2 changed files with 4 additions and 4 deletions

View File

@ -107,8 +107,8 @@ typedef struct _ExaAccelInfo {
*/ */
Bool (*PrepareCopy) (PixmapPtr pSrcPixmap, Bool (*PrepareCopy) (PixmapPtr pSrcPixmap,
PixmapPtr pDstPixmap, PixmapPtr pDstPixmap,
Bool upsidedown, int dx,
Bool reverse, int dy,
int alu, int alu,
Pixel planemask); Pixel planemask);
void (*Copy) (PixmapPtr pDstPixmap, void (*Copy) (PixmapPtr pDstPixmap,

View File

@ -107,8 +107,8 @@ typedef struct _ExaAccelInfo {
*/ */
Bool (*PrepareCopy) (PixmapPtr pSrcPixmap, Bool (*PrepareCopy) (PixmapPtr pSrcPixmap,
PixmapPtr pDstPixmap, PixmapPtr pDstPixmap,
Bool upsidedown, int dx,
Bool reverse, int dy,
int alu, int alu,
Pixel planemask); Pixel planemask);
void (*Copy) (PixmapPtr pDstPixmap, void (*Copy) (PixmapPtr pDstPixmap,