From 42e91c7092f9cf7f5c0b98e9ae3d92a5b30821bf Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Thu, 19 Jul 2007 17:30:54 +0800 Subject: move i830_allocate_xvmc_buffer out of #if/#endif --- src/i830_memory.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/i830_memory.c b/src/i830_memory.c index fcf0ebf9..b2c51492 100644 --- a/src/i830_memory.c +++ b/src/i830_memory.c @@ -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 -- cgit v1.2.3