From ae0eaf93e092ac8e8b1c98f3e986de96940663fa Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 24 Nov 2003 15:23:18 +0000 Subject: Merge vtx-0-2-branch --- src/mesa/main/state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/state.c') diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 24e7847a28..4c6f75a881 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -144,7 +144,7 @@ _mesa_init_exec_table(struct _glapi_table *exec, GLuint tableSize) _mesa_init_no_op_table(exec, tableSize); #if _HAVE_FULL_GL - _mesa_loopback_init_api_table( exec, GL_TRUE ); + _mesa_loopback_init_api_table( exec ); #endif /* load the dispatch slots we understand */ -- cgit v1.2.3