X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fhint.h;fp=src%2Fmesa%2Fmain%2Fhint.h;h=6b8f34dc05a507eb0489d46e1c4453bb7db8c300;hb=4753d60dd070bb08d0116076bcc08025c86ce857;hp=dbecab2a5b3f8b90770e9c8ee58a6552eb0c50e1;hpb=5e54ddc3a69df060c3ca2acbdd45247e30c947d6;p=mesa.git diff --git a/src/mesa/main/hint.h b/src/mesa/main/hint.h index dbecab2a5b3..6b8f34dc05a 100644 --- a/src/mesa/main/hint.h +++ b/src/mesa/main/hint.h @@ -1,10 +1,10 @@ -/* $Id: hint.h,v 1.3 2001/01/24 04:56:20 brianp Exp $ */ +/* $Id: hint.h,v 1.4 2002/06/15 02:38:15 brianp 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"), @@ -32,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 );