diff options
author | Brian Paul <[email protected]> | 1999-11-12 23:38:42 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-11-12 23:38:42 +0000 |
commit | b4334b2b875c332ee1533141943904bdd3ebe58a (patch) | |
tree | c7b75c78b3535c6273f01041223e09ef7dc8765c /src/mesa/main/dlist.c | |
parent | 4586d8769ba85f5100d8803b0d315695189ad13b (diff) |
replaced EXT_color_table with EXT_paletted_texture
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 10063f99423..1babb47010f 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -1,4 +1,4 @@ -/* $Id: dlist.c,v 1.17 1999/11/11 17:50:04 brianp Exp $ */ +/* $Id: dlist.c,v 1.18 1999/11/12 23:38:42 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -4380,7 +4380,7 @@ _mesa_init_dlist_table( struct _glapi_table *table ) table->SeparableFilter2D = _mesa_SeparableFilter2D; #endif -#ifdef _GLAPI_EXT_color_table +#ifdef _GLAPI_EXT_paletted_texture table->ColorTableEXT = save_ColorTableEXT; table->ColorSubTableEXT = save_ColorSubTableEXT; table->GetColorTableEXT = _mesa_GetColorTableEXT; |