diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-04-05 14:40:04 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-04-05 14:40:04 +0000 |
commit | 9c4f016d2171319ad8cde2366d76fd7f70520621 (patch) | |
tree | 339b23451deb452c461a8b20bce8a48938285617 /src/mesa/main/dlist.h | |
parent | 2f8b4c9d2f9a313af9c1d4ce1dbbd5fdc1fafa16 (diff) |
minor clean-ups, renaming
Diffstat (limited to 'src/mesa/main/dlist.h')
-rw-r--r-- | src/mesa/main/dlist.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h index f2aaa948c5..1d9c0a1ca2 100644 --- a/src/mesa/main/dlist.h +++ b/src/mesa/main/dlist.h @@ -1,10 +1,10 @@ -/* $Id: dlist.h,v 1.2 1999/11/11 01:22:26 brianp Exp $ */ +/* $Id: dlist.h,v 1.3 2000/04/05 14:40:04 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.1 + * Version: 3.3 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2000 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -25,15 +25,13 @@ */ - - - #ifndef DLIST_H #define DLIST_H #include "types.h" + struct display_list { union node *nodes; GLuint OrFlag; @@ -69,7 +67,6 @@ extern void _mesa_NewList( GLuint list, GLenum mode ); extern void _mesa_init_dlist_table( struct _glapi_table *table ); - extern void gl_compile_cassette( GLcontext *ctx ); extern void gl_save_error( GLcontext *ctx, GLenum error, const char *s ); |