st/mesa: check image size before copy_image_data_to_texture()
[mesa.git] / src / mesa / state_tracker / st_atom.h
index c7a04951bff7b14a9be5d17d2599829c3d9b1ddc..6a5ea365ebca77d4a8042466cb58557ace3f0acb 100644 (file)
@@ -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