summaryrefslogtreecommitdiff
path: root/src/mesa/main/dispatch.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-11-12 23:38:42 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-11-12 23:38:42 +0000
commitb4334b2b875c332ee1533141943904bdd3ebe58a (patch)
treec7b75c78b3535c6273f01041223e09ef7dc8765c /src/mesa/main/dispatch.c
parent4586d8769ba85f5100d8803b0d315695189ad13b (diff)
replaced EXT_color_table with EXT_paletted_texture
Diffstat (limited to 'src/mesa/main/dispatch.c')
-rw-r--r--src/mesa/main/dispatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/dispatch.c b/src/mesa/main/dispatch.c
index e70d9a7ff6..4ab62ae520 100644
--- a/src/mesa/main/dispatch.c
+++ b/src/mesa/main/dispatch.c
@@ -1,4 +1,4 @@
-/* $Id: dispatch.c,v 1.2 1999/11/11 17:50:04 brianp Exp $ */
+/* $Id: dispatch.c,v 1.3 1999/11/12 23:38:42 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -464,7 +464,7 @@ _mesa_init_exec_table(struct _glapi_table *exec)
exec->SeparableFilter2D = _mesa_SeparableFilter2D;
#endif
-#ifdef _GLAPI_EXT_color_table
+#ifdef _GLAPI_EXT_paletted_texture
exec->ColorTableEXT = _mesa_ColorTableEXT;
exec->ColorSubTableEXT = _mesa_ColorSubTableEXT;
exec->GetColorTableEXT = _mesa_GetColorTableEXT;