projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a9329b
)
egl/xdri: Update with glxclient.h change.
author
Chia-I Wu
<olvaffe@gmail.com>
Tue, 26 Jan 2010 02:46:32 +0000
(10:46 +0800)
committer
Chia-I Wu
<olvaffe@gmail.com>
Tue, 26 Jan 2010 02:48:16 +0000
(10:48 +0800)
__glXFindDisplay is no longer static since
7a9329ba99fe1242c07fbf4fd04e7a4dbeba2e72
.
src/egl/drivers/xdri/glxinit.c
patch
|
blob
|
history
diff --git
a/src/egl/drivers/xdri/glxinit.c
b/src/egl/drivers/xdri/glxinit.c
index 5c0fbc6b3c365cb9bfa8cee1d97368c5b4278786..ba6132788a7fd9e58ba8ebc119a7f0b820280f83 100644
(file)
--- 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)