diff options
author | Brian <[email protected]> | 2009-01-31 11:57:22 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2009-01-31 12:11:28 -0700 |
commit | 446abc2799a143c32c4c48472f3f964f9288a623 (patch) | |
tree | e7bef7068075a563bffd28f464320a362cefc7ff /src/mesa/main/dlist.h | |
parent | 7721bf267b64ef28376f07daae7713814e91af35 (diff) |
mesa: display list clean-ups
Rename some structs and fields to be more consistant with the rest of mesa.
Diffstat (limited to 'src/mesa/main/dlist.h')
-rw-r--r-- | src/mesa/main/dlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h index ef6a10af832..ab7ec2c8db3 100644 --- a/src/mesa/main/dlist.h +++ b/src/mesa/main/dlist.h @@ -39,7 +39,7 @@ #if _HAVE_FULL_GL extern void -_mesa_delete_list(GLcontext *ctx, struct mesa_display_list *dlist); +_mesa_delete_list(GLcontext *ctx, struct gl_display_list *dlist); extern void GLAPIENTRY _mesa_CallList( GLuint list ); |