From f157e2dee4741bec74f83040a604628c09e2aef7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 14 Sep 2005 00:37:10 +0000 Subject: [PATCH] make some funcs static --- src/mesa/drivers/dri/mga/mgaspan.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/mga/mgaspan.c b/src/mesa/drivers/dri/mga/mgaspan.c index 58ed743..dbc7fc8 100644 --- a/src/mesa/drivers/dri/mga/mgaspan.c +++ b/src/mesa/drivers/dri/mga/mgaspan.c @@ -162,14 +162,16 @@ #include "stenciltmp.h" -void mgaSpanRenderStart( GLcontext *ctx ) +static void +mgaSpanRenderStart( GLcontext *ctx ) { mgaContextPtr mmesa = MGA_CONTEXT(ctx); FLUSH_BATCH( mmesa ); LOCK_HARDWARE_QUIESCENT( mmesa ); } -void mgaSpanRenderFinish( GLcontext *ctx ) +static void +mgaSpanRenderFinish( GLcontext *ctx ) { mgaContextPtr mmesa = MGA_CONTEXT(ctx); _swrast_flush( ctx ); -- 2.7.4