From fa5309f0b09f7216ddf7f00cc4f318fa9db9128d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 15 Oct 2010 17:18:39 -0600 Subject: st/mesa: use GLuint to avoid problem w/ uint not defined on mingw32 --- src/mesa/state_tracker/st_atom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/state_tracker/st_atom.h') diff --git a/src/mesa/state_tracker/st_atom.h b/src/mesa/state_tracker/st_atom.h index c7a04951bf..6a5ea365eb 100644 --- a/src/mesa/state_tracker/st_atom.h +++ b/src/mesa/state_tracker/st_atom.h @@ -67,6 +67,6 @@ extern const struct st_tracked_state st_update_vs_constants; extern const struct st_tracked_state st_update_pixel_transfer; -uint st_compare_func_to_pipe(GLenum func); +GLuint st_compare_func_to_pipe(GLenum func); #endif -- cgit v1.2.3