diff options
author | Brian Paul <[email protected]> | 2000-02-02 22:03:31 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-02 22:03:31 +0000 |
commit | 42fcf03e3a39eb68889f25c279203183e2d820e9 (patch) | |
tree | 105710885e5a783ffca5d9deead0cca8220b15fd /src/mesa/main/attrib.h | |
parent | bd409f4143b20940a2111c73d3367013039491ec (diff) |
replaced gl_ prefix with _mesa_ prefix
Diffstat (limited to 'src/mesa/main/attrib.h')
-rw-r--r-- | src/mesa/main/attrib.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/mesa/main/attrib.h b/src/mesa/main/attrib.h index 91301dcb6d3..22e667bde0d 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 ); |