diff options
author | Brian Paul <[email protected]> | 2006-01-09 17:57:47 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-01-09 17:57:47 +0000 |
commit | d469e5e5a03334f76cee4418dad97060661b1dc4 (patch) | |
tree | 3fa7091bad60cab441bb5d23f45a2fc8d79c5795 /src/mesa/main/dd.h | |
parent | c2901e4f4c7a626a99526ccbb70f89253805cbb4 (diff) |
s/GLuint/GLbitfield/
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r-- | src/mesa/main/dd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 8c7549162c4..0df8cfa5b5d 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. |