GLXGETSELECTEDEVENTSGIX(3GL)GLXGETSELECTEDEVENTSGIX(3GL)NAME
glXGetSelectedEventSGIX - return selected GLX events
C SPECIFICATION
void glXGetSelectedEventSGIX ( Display *dpy,
GLXDrawable drawable,
unsigned long *mask)
PARAMETERS
dpy Specifies the connection to the X server.
drawable Specifies a GLX drawable (window or GLXPbuffer).
mask Returns which GLX events are selected for the drawable.
DESCRIPTION
glXGetSelectedEventSGIX returns which GLX events are selected for a
window or GLXPbuffer. Only one GLX event, GLX_BUFFER_CLOBBER_MASK_SGIX,
is available.
NOTES
glXGetSelectedEventSGIX is part of the GLX extension SGIX_pbuffer, not
part of the core GLX command set. If SGIX_pbuffer is included in the
string returned by glXQueryExtensionsString, extension SGIX_pbuffer is
supported by the connection.
This function is superseded by glXGetSelectedEvent which is part of GLX
1.3 command set. glXGetSelectedEventSGIX is supported only for backward
compatibility.
ERRORS
GLXBadDrawable is generated, if <drawable> is not a valid GLXPbuffer
or a valid Window.
SEE ALSO
glXSelectEventSGIX, glXQueryExtensionsString.
21 May 01 GLXGETSELECTEDEVENTSGIX(3GL)