From d469e5e5a03334f76cee4418dad97060661b1dc4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 9 Jan 2006 17:57:47 +0000 Subject: s/GLuint/GLbitfield/ --- src/mesa/main/dd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/dd.h') diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 8c7549162c..0df8cfa5b5 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -64,7 +64,7 @@ struct dd_function_table { * This is in addition to any state change callbacks Mesa may already have * made. */ - void (*UpdateState)( GLcontext *ctx, GLuint new_state ); + void (*UpdateState)( GLcontext *ctx, GLbitfield new_state ); /** * Get the width and height of the named buffer/window. -- cgit v1.2.3