summaryrefslogtreecommitdiff
path: root/src/mesa/main/depth.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-01-26 14:02:50 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-01-26 14:02:50 +0000
commit8f029f175e839e10f1fa5cadd35ea015eae59d7f (patch)
treebc5c9c5cca4c17468bef531cc14cb6792259b84b /src/mesa/main/depth.h
parent7c58a00a5052f2cba6316ee4d33ad49b11c2e050 (diff)
just comments/clean-up
Diffstat (limited to 'src/mesa/main/depth.h')
-rw-r--r--src/mesa/main/depth.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h
index 0532a2e6d1..dcc0b4637a 100644
--- a/src/mesa/main/depth.h
+++ b/src/mesa/main/depth.h
@@ -5,9 +5,9 @@
/*
* Mesa 3-D graphics library
- * Version: 5.1
+ * Version: 6.3
*
- * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2005 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"),
@@ -46,12 +46,12 @@ _mesa_DepthFunc( GLenum func );
extern void GLAPIENTRY
_mesa_DepthMask( GLboolean flag );
-extern void
-_mesa_init_depth( GLcontext * ctx );
-
extern void GLAPIENTRY
_mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
+extern void
+_mesa_init_depth( GLcontext * ctx );
+
#else
/** No-op */