Fix DRI2 compiling warning

This commit is contained in:
Zhenyu Wang 2008-12-08 10:33:13 +08:00
parent 95596f5150
commit 768f317cf0
1 changed files with 1 additions and 2 deletions

View File

@ -1930,7 +1930,7 @@ I830DRI2DestroyBuffers(DrawablePtr pDraw, DRI2BufferPtr buffers, int count)
}
}
static unsigned int
static void
I830DRI2CopyRegion(DrawablePtr pDraw, RegionPtr pRegion,
DRI2BufferPtr pDestBuffer, DRI2BufferPtr pSrcBuffer)
{
@ -1966,7 +1966,6 @@ I830DRI2CopyRegion(DrawablePtr pDraw, RegionPtr pRegion,
#endif
drmCommandNone(pI830->drmSubFD, DRM_I915_GEM_THROTTLE);
return 1;
}
Bool I830DRI2ScreenInit(ScreenPtr pScreen)