From bbc03839d1e61f0c0250f2af51c3194637ee2745 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Fri, 23 Jun 2017 17:20:39 +0200 Subject: mesa: add depth_func() helper Signed-off-by: Samuel Pitoiset Reviewed-by: Timothy Arceri --- src/mesa/main/depth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/depth.h') diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h index 5ff7a5e9e54..5760951c853 100644 --- a/src/mesa/main/depth.h +++ b/src/mesa/main/depth.h @@ -44,7 +44,7 @@ extern void GLAPIENTRY _mesa_ClearDepthf( GLclampf depth ); extern void GLAPIENTRY -_mesa_DepthFunc( GLenum func ); +_mesa_DepthFunc(GLenum func); extern void GLAPIENTRY _mesa_DepthMask( GLboolean flag ); -- cgit v1.2.3