diff options
Diffstat (limited to 'src/mesa/drivers/x11')
-rw-r--r-- | src/mesa/drivers/x11/xm_tri.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/x11/xm_tri.c b/src/mesa/drivers/x11/xm_tri.c index 4bb33ce66e3..9f152265f75 100644 --- a/src/mesa/drivers/x11/xm_tri.c +++ b/src/mesa/drivers/x11/xm_tri.c @@ -1,4 +1,4 @@ -/* $Id: xm_tri.c,v 1.17 2001/01/23 23:39:37 brianp Exp $ */ +/* $Id: xm_tri.c,v 1.18 2001/02/06 04:06:36 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -1521,7 +1521,7 @@ do { \ #endif - + static swrast_tri_func get_triangle_func( GLcontext *ctx ) { SWcontext *swrast = SWRAST_CONTEXT(ctx); |