summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2014-03-05 07:47:41 -0700
committerBrian Paul <[email protected]>2014-03-06 07:47:12 -0700
commit846a7e86309ab3877af6b7d3a63880468dfacbd3 (patch)
tree436250171e9f39a0249cfc00c11185cec4194e69 /src/mapi/glapi
parent280e0657072459804896e4c05d45d1cf8bfc97c4 (diff)
glapi: rename u_current dispatch table functions
Put "table" in the names to make things more understandable. Reviewed-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r--src/mapi/glapi/glapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/glapi.c b/src/mapi/glapi/glapi.c
index 231bdad4634..194b9ee865d 100644
--- a/src/mapi/glapi/glapi.c
+++ b/src/mapi/glapi/glapi.c
@@ -60,5 +60,5 @@ _glapi_set_context(void *context)
void
_glapi_set_dispatch(struct _glapi_table *dispatch)
{
- u_current_set((const struct mapi_table *) dispatch);
+ u_current_set_table((const struct mapi_table *) dispatch);
}