diff options
author | RALOVICH, Kristóf <[email protected]> | 2008-11-04 11:31:53 +0100 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-11-26 10:02:11 -0700 |
commit | 6d1d1576062e569fe1d372f44ba3f646c21ae1c3 (patch) | |
tree | 6612d61841ebf60b515175b645f2b10d9224d03e /src/glx/x11/glxclient.h | |
parent | 9c7aaa7afbda92587f28cc28c4c8315e7861d318 (diff) |
glx: no graphics context during initialization
Diffstat (limited to 'src/glx/x11/glxclient.h')
-rw-r--r-- | src/glx/x11/glxclient.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h index 361ab70841c..16f6074ed89 100644 --- a/src/glx/x11/glxclient.h +++ b/src/glx/x11/glxclient.h @@ -739,8 +739,10 @@ extern void _XSend(Display*, const void*, long); extern void __glXInitializeVisualConfigFromTags( __GLcontextModes *config, int count, const INT32 *bp, Bool tagged_only, Bool fbconfig_style_tags ); -extern char * __glXQueryServerString(Display* dpy, CARD32 screen, CARD32 name); -extern char * __glXGetString(Display* dpy, CARD32 screen, CARD32 name); +extern char * __glXQueryServerString(Display* dpy, int opcode, + CARD32 screen, CARD32 name); +extern char * __glXGetString(Display* dpy, int opcode, + CARD32 screen, CARD32 name); extern char *__glXstrdup(const char *str); |