diff options
author | Ian Romanick <[email protected]> | 2011-11-28 17:50:07 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-01-02 12:41:44 -0800 |
commit | 6ccda72bf87a27844f8b9807fc080984f48af1cf (patch) | |
tree | 34c561ad269f206c88ea0763467ac2562fb482e8 /src/glx/glxclient.h | |
parent | fc7ac4da7dfb64aa192ef8cff44cb762beace4c1 (diff) |
glx: Add __glX_send_client_info super function
This function picks the correct client-info protocol (based on the
server's GLX version and set of extensions) and sends it to the
server.
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 109206f6ba0..0011d39391d 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -726,6 +726,9 @@ extern void __glXFreeVertexArrayState(struct glx_context *); */ extern void __glXClientInfo(Display * dpy, int opcode); +_X_HIDDEN void +__glX_send_client_info(struct glx_display *glx_dpy); + /************************************************************************/ /* |