diff options
Diffstat (limited to 'src/mesa/main/depth.h')
-rw-r--r-- | src/mesa/main/depth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/depth.h b/src/mesa/main/depth.h index dcc0b4637a7..d61d3b121ba 100644 --- a/src/mesa/main/depth.h +++ b/src/mesa/main/depth.h @@ -50,7 +50,7 @@ extern void GLAPIENTRY _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax ); extern void -_mesa_init_depth( GLcontext * ctx ); +_mesa_init_depth( struct gl_context * ctx ); #else |