From fe9026d04abd0e11799f1369f953f5d7ce053a54 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 23 May 2006 02:13:53 +0000 Subject: make mgaSetFence() and mgaWaitFence() static --- src/mesa/drivers/dri/mga/mgaioctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers') diff --git a/src/mesa/drivers/dri/mga/mgaioctl.c b/src/mesa/drivers/dri/mga/mgaioctl.c index df253d1593..6e653f8c73 100644 --- a/src/mesa/drivers/dri/mga/mgaioctl.c +++ b/src/mesa/drivers/dri/mga/mgaioctl.c @@ -50,7 +50,7 @@ #include "vblank.h" -int +static int mgaSetFence( mgaContextPtr mmesa, uint32_t * fence ) { int ret = ENOSYS; @@ -68,7 +68,7 @@ mgaSetFence( mgaContextPtr mmesa, uint32_t * fence ) } -int +static int mgaWaitFence( mgaContextPtr mmesa, uint32_t fence, uint32_t * curr_fence ) { int ret = ENOSYS; -- cgit v1.2.3