projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0d015c
)
glx: missing static on local function
author
RALOVICH, Kristóf
<tade60@freemail.hu>
Tue, 4 Nov 2008 09:43:06 +0000
(10:43 +0100)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 26 Nov 2008 17:02:10 +0000
(10:02 -0700)
src/glx/x11/glx_query.c
patch
|
blob
|
history
diff --git
a/src/glx/x11/glx_query.c
b/src/glx/x11/glx_query.c
index 2ad2b8231353201d3464bc2d0ac0018307ceca93..01911e2a3a91f323cd567ac2eb4c4469a899c288 100644
(file)
--- a/
src/glx/x11/glx_query.c
+++ b/
src/glx/x11/glx_query.c
@@
-119,7
+119,7
@@
typedef struct GLXGenericGetString
* Query the Server GLX string.
* This routine will allocate the necessay space for the string.
*/
-char *
+
static
char *
__glXGetStringFromServer(Display * dpy, int opcode, CARD32 glxCode,
CARD32 for_whom, CARD32 name)
{