glxgetselectedeventsgix - Man Page






glXGetSelectedEventSGIX(3G)				OpenGL Reference - GLX



NAME
     glXGetSelectedEventSGIX - returns GLX events which	are selected for a
     window or a GLX pixel buffer


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. Must be a GLX pixel buffer or a
	       window.

     mask      Returns the events which	are selected for drawable.


DESCRIPTION
     glXGetSelectedEventSGIX returns in	mask the events	selected for drawable.


NOTES
     glXGetSelectedEventSGIX is	part of	the SGIX_pbuffer extension.


ERRORS
     GLXBadDrawable is generated if drawable is	not a valid window or a	valid
     GLX pixel buffer.



MACHINE	DEPENDENCIES
     The SGIX_pbuffer extension	is supported only on RealityEngine,
     RealityEngine2, and VTX systems, InfiniteReality systems and High Impact
     and Maximum Impact	systems.


SEE ALSO
     glXSelectEventSGIX, glXCreateGLXPbufferSGIX













									Page 1