diff options
author | Brian Paul <[email protected]> | 2014-03-14 10:13:16 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-03-14 12:12:07 -0600 |
commit | 6757ec3f8edd7ac509a1ec30d3d8c49462ade545 (patch) | |
tree | 0c071c57f490f099235632222248d6e3789afd10 /src/mapi/glapi | |
parent | f9901f1ab284563c9f3e3ab1d6b6ebfd6cd5575e (diff) |
glapi: restore _glthread_GetID() function
This partially reverts patch 02cb04c68f. This fixes an unresolved
symbol error when using older builds of libGL.
Tested-by: Chia-I Wu <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r-- | src/mapi/glapi/glapi.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mapi/glapi/glapi.h b/src/mapi/glapi/glapi.h index 7c22985ec40..e2fa9252f7a 100644 --- a/src/mapi/glapi/glapi.h +++ b/src/mapi/glapi/glapi.h @@ -168,6 +168,11 @@ _GLAPI_EXPORT struct _glapi_table * _glapi_create_table_from_handle(void *handle, const char *symbol_prefix); +/** Deprecated function */ +_GLAPI_EXPORT unsigned long +_glthread_GetID(void); + + /* * These stubs are kept so that the old DRI drivers still load. */ |