.TH xcb_glx_make_context_current 3 "libxcb 1.15" "X Version 11" "XCB Requests" .ad l .SH NAME xcb_glx_make_context_current \- .SH SYNOPSIS .hy 0 .B #include .SS Request function .HP xcb_glx_make_context_current_cookie_t \fBxcb_glx_make_context_current\fP(xcb_connection_t\ *\fIconn\fP, xcb_glx_context_tag_t\ \fIold_context_tag\fP, xcb_glx_drawable_t\ \fIdrawable\fP, xcb_glx_drawable_t\ \fIread_drawable\fP, xcb_glx_context_t\ \fIcontext\fP); .PP .SS Reply datastructure .nf .sp typedef struct xcb_glx_make_context_current_reply_t { uint8_t \fIresponse_type\fP; uint8_t \fIpad0\fP; uint16_t \fIsequence\fP; uint32_t \fIlength\fP; xcb_glx_context_tag_t \fIcontext_tag\fP; uint8_t \fIpad1\fP[20]; } \fBxcb_glx_make_context_current_reply_t\fP; .fi .SS Reply function .HP xcb_glx_make_context_current_reply_t *\fBxcb_glx_make_context_current_reply\fP(xcb_connection_t\ *\fIconn\fP, xcb_glx_make_context_current_cookie_t\ \fIcookie\fP, xcb_generic_error_t\ **\fIe\fP); .br .hy 1 .SH REQUEST ARGUMENTS .IP \fIconn\fP 1i The XCB connection to X11. .IP \fIold_context_tag\fP 1i TODO: NOT YET DOCUMENTED. .IP \fIdrawable\fP 1i TODO: NOT YET DOCUMENTED. .IP \fIread_drawable\fP 1i TODO: NOT YET DOCUMENTED. .IP \fIcontext\fP 1i TODO: NOT YET DOCUMENTED. .SH REPLY FIELDS .IP \fIresponse_type\fP 1i The type of this reply, in this case \fIXCB_GLX_MAKE_CONTEXT_CURRENT\fP. This field is also present in the \fIxcb_generic_reply_t\fP and can be used to tell replies apart from each other. .IP \fIsequence\fP 1i The sequence number of the last request processed by the X11 server. .IP \fIlength\fP 1i The length of the reply, in words (a word is 4 bytes). .IP \fIcontext_tag\fP 1i TODO: NOT YET DOCUMENTED. .SH DESCRIPTION .SH RETURN VALUE Returns an \fIxcb_glx_make_context_current_cookie_t\fP. Errors have to be handled when calling the reply function \fIxcb_glx_make_context_current_reply\fP. If you want to handle errors in the event loop instead, use \fIxcb_glx_make_context_current_unchecked\fP. See \fBxcb-requests(3)\fP for details. .SH ERRORS This request does never generate any errors. .SH SEE ALSO .SH AUTHOR Generated from glx.xml. Contact xcb@lists.freedesktop.org for corrections and improvements.