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,
PixmapPtr pDstPixmap,
Bool upsidedown,
Bool reverse,
int dx,
int dy,
int alu,
Pixel planemask);
void (*Copy) (PixmapPtr pDstPixmap,

View File

@ -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,