diff options
Diffstat (limited to 'xc/extras/Mesa/src/hint.h')
-rw-r--r-- | xc/extras/Mesa/src/hint.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/xc/extras/Mesa/src/hint.h b/xc/extras/Mesa/src/hint.h index 8432337b2..0f7a4b4e1 100644 --- a/xc/extras/Mesa/src/hint.h +++ b/xc/extras/Mesa/src/hint.h @@ -1,9 +1,10 @@ +/* $Id: hint.h,v 1.7.4.1 2003/03/30 04:50:18 ldelgass Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 4.1 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2002 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"), @@ -31,9 +32,6 @@ #include "mtypes.h" -extern GLboolean -_mesa_try_Hint( GLcontext *ctx, GLenum target, GLenum mode ); - extern void _mesa_Hint( GLenum target, GLenum mode ); |