From 42fcf03e3a39eb68889f25c279203183e2d820e9 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 2 Feb 2000 22:03:31 +0000 Subject: replaced gl_ prefix with _mesa_ prefix --- src/mesa/main/attrib.h | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'src/mesa/main/attrib.h') diff --git a/src/mesa/main/attrib.h b/src/mesa/main/attrib.h index 91301dcb6d..22e667bde0 100644 --- a/src/mesa/main/attrib.h +++ b/src/mesa/main/attrib.h @@ -1,10 +1,10 @@ -/* $Id: attrib.h,v 1.2 1999/11/11 01:22:25 brianp Exp $ */ +/* $Id: attrib.h,v 1.3 2000/02/02 22:03:31 brianp Exp $ */ /* * Mesa 3-D graphics library * Version: 3.3 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2000 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -32,15 +32,6 @@ #include "types.h" -extern void gl_PushAttrib( GLcontext* ctx, GLbitfield mask ); - -extern void gl_PopAttrib( GLcontext* ctx ); - -extern void gl_PushClientAttrib( GLcontext *ctx, GLbitfield mask ); - -extern void gl_PopClientAttrib( GLcontext *ctx ); - - extern void _mesa_PushAttrib( GLbitfield mask ); -- cgit v1.2.3