mesa/main: fix inverted condition
[mesa.git] / src / mesa / main / depth.h
index 80e7538371719e8ddc6520f494a9c2d1aab3902f..478249f157c8fe013a85e6d38557446f87689ee0 100644 (file)
@@ -5,7 +5,6 @@
 
 /*
  * Mesa 3-D graphics library
- * Version:  6.3
  *
  * Copyright (C) 1999-2005  Brian Paul   All Rights Reserved.
  *
@@ -44,8 +43,11 @@ _mesa_ClearDepth( GLclampd depth );
 extern void GLAPIENTRY
 _mesa_ClearDepthf( GLclampf depth );
 
+void GLAPIENTRY
+_mesa_DepthFunc_no_error(GLenum func);
+
 extern void GLAPIENTRY
-_mesa_DepthFunc( GLenum func );
+_mesa_DepthFunc(GLenum func);
 
 extern void GLAPIENTRY
 _mesa_DepthMask( GLboolean flag );