move i830_allocate_xvmc_buffer out of #if/#endif

This commit is contained in:
Xiang, Haihao 2007-07-19 17:30:54 +08:00
parent 36ea26f277
commit 42e91c7092
1 changed files with 2 additions and 1 deletions

View File

@ -1759,6 +1759,8 @@ i830_xf86AllocateOffscreenLinear(ScreenPtr pScreen, int length,
return linear;
}
#endif
/*
* Allocate memory for MC compensation
*/
@ -1777,4 +1779,3 @@ Bool i830_allocate_xvmc_buffer(ScrnInfoPtr pScrn, const char *name,
return TRUE;
}
#endif