summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.h
diff options
context:
space:
mode:
authorBrian <brianp@vmware.com>2009-01-31 11:57:22 -0700
committerBrian <brianp@vmware.com>2009-01-31 12:11:28 -0700
commit446abc2799a143c32c4c48472f3f964f9288a623 (patch)
treee7bef7068075a563bffd28f464320a362cefc7ff /src/mesa/main/dlist.h
parent7721bf267b64ef28376f07daae7713814e91af35 (diff)
downloadexternal_mesa3d-446abc2799a143c32c4c48472f3f964f9288a623.zip
external_mesa3d-446abc2799a143c32c4c48472f3f964f9288a623.tar.gz
external_mesa3d-446abc2799a143c32c4c48472f3f964f9288a623.tar.bz2
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h
index ef6a10a..ab7ec2c 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 );