More GLchan color channel changes.

Some header file re-org:
   Move matrix, vertex buffer structs to types.h to fix #include mess.
   Remove typedef, extern declarations from config.h
This commit is contained in:
Brian Paul
2000-10-29 18:12:14 +00:00
parent c893a015d8
commit 699bc7b73d
17 changed files with 529 additions and 581 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: context.h,v 1.19 2000/09/26 20:53:53 brianp Exp $ */
/* $Id: context.h,v 1.20 2000/10/29 18:12:14 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -235,4 +235,11 @@ _mesa_Flush( void );
extern void
gl_read_config_file(GLcontext *ctx);
extern void
gl_register_config_var(const char *name, void (*notify)( const char *, int ));
#endif