diff options
author | Chia-I Wu <[email protected]> | 2010-01-26 10:46:32 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-01-26 10:48:16 +0800 |
commit | 0d2d40451d01a07db515452561c71eaacb789872 (patch) | |
tree | 7deeecfeb1406e44e089ec9bb4a41ae1df4c2549 /src/egl | |
parent | 7a9329ba99fe1242c07fbf4fd04e7a4dbeba2e72 (diff) |
egl/xdri: Update with glxclient.h change.
__glXFindDisplay is no longer static since
7a9329ba99fe1242c07fbf4fd04e7a4dbeba2e72.
Diffstat (limited to 'src/egl')
-rw-r--r-- | src/egl/drivers/xdri/glxinit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/drivers/xdri/glxinit.c b/src/egl/drivers/xdri/glxinit.c index 5c0fbc6b3c3..ba6132788a7 100644 --- a/src/egl/drivers/xdri/glxinit.c +++ b/src/egl/drivers/xdri/glxinit.c @@ -53,7 +53,6 @@ static /* const */ XExtensionHooks __glXExtensionHooks = { NULL, /* error_string */ }; -static XEXT_GENERATE_FIND_DISPLAY(__glXFindDisplay, __glXExtensionInfo, __glXExtensionName, &__glXExtensionHooks, __GLX_NUMBER_EVENTS, NULL) |