diff options
Diffstat (limited to 'exa/exa.h')
-rw-r--r-- | exa/exa.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |