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 sup-
ported by the connection.
ERRORS
GLXBadDrawable is generated, if <drawable> is not a valid
GLXPbuffer or a valid Window.
SEE ALSO
glXSelectEventSGIX, glXQueryExtensionsString.
|
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |