summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/svga
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-11-14 17:51:15 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-11-14 17:51:15 +0000
commit4fae0260a6b9f73bbca8959b6d8f04fb43426a45 (patch)
treefcadccdb1d3d573d982ef033fb86862d56967e88 /src/mesa/drivers/svga
parentf930330d5f8dbc61d449be65da9e6a951b18a909 (diff)
more Driver.Color, Driver.Index updates
Diffstat (limited to 'src/mesa/drivers/svga')
-rw-r--r--src/mesa/drivers/svga/svgapix.h5
1 files changed, 1 insertions, 4 deletions
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 */