From 4fae0260a6b9f73bbca8959b6d8f04fb43426a45 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 14 Nov 2000 17:51:15 +0000 Subject: more Driver.Color, Driver.Index updates --- src/mesa/drivers/svga/svgapix.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/mesa/drivers/svga/svgapix.h') diff --git a/src/mesa/drivers/svga/svgapix.h b/src/mesa/drivers/svga/svgapix.h index 72d389e758..dd4bf6978c 100644 --- a/src/mesa/drivers/svga/svgapix.h +++ b/src/mesa/drivers/svga/svgapix.h @@ -1,4 +1,4 @@ -/* $Id: svgapix.h,v 1.3 2000/01/25 00:03:02 brianp Exp $ */ +/* $Id: svgapix.h,v 1.4 2000/11/14 17:51:15 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -40,10 +40,7 @@ struct svgamesa_context { GLcontext *gl_ctx; /* the core Mesa context */ GLvisual *gl_vis; /* describes the color buffer */ GLframebuffer *gl_buffer; /* the ancillary buffers */ - GLuint index; /* current color index */ GLuint clear_index; /* current clear index */ - GLint red, green, blue; /* current rgb color */ - GLuint truecolor; /* current rgb color */ GLint clear_red, clear_green, clear_blue; /* current clear rgb color */ -- cgit v1.2.3