diff options
author | Dave Airlie <airlied@redhat.com> | 2012-05-06 11:32:32 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-05-06 11:32:32 +0100 |
commit | df390e56def3b4ad91caa02a52833bbb179375dd (patch) | |
tree | 66dec546da67f8961a097d51f0b59054e13f6341 | |
parent | 73f13f6606ed8a2a0fd8513ad0c9f2817d1e50a5 (diff) |
fix get copy plane func
-rw-r--r-- | include/scrnintstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scrnintstr.h b/include/scrnintstr.h index 92ee5bd5e..e7578933f 100644 --- a/include/scrnintstr.h +++ b/include/scrnintstr.h @@ -349,7 +349,7 @@ typedef void (*ConstrainCursorHarderProcPtr) (DeviceIntPtr, ScreenPtr, int, int *, int *); typedef miCopyProc (*GetCopyAreaFunctionProcPtr)(DrawablePtr pSrc, DrawablePtr pDst); -typedef miCopyProc (*GetCopyPlaneFunctionProcPtr)(DrawablePtr pSrc, DrawablePtr pDst); +typedef miCopyProc (*GetCopyPlaneFunctionProcPtr)(DrawablePtr pSrc, DrawablePtr pDst, int bitplane); typedef Bool (*SharePixmapBackingProcPtr)(PixmapPtr, int *); |