GLXGETVISUALFROMFBCONFIG(3gl)GLXGETVISUALFROMFBCONFIG(3gl)NAME
glXGetVisualFromFBConfig - return the X Visual associated with GLXFB‐
Config
C SPECIFICATION
XVisualInfo glXGetVisualFromFBConfig( Display *dpy,
GLXFBConfig config)
PARAMETERS
dpy Specifies the connection to the X server.
config Specifies the GLXFBConfig whose visual is requested.
DESCRIPTION
If config is a valid GLXFBConfig and it has an associated X visual then
information describing the visual is returned.Otherwise, zero is
returned.Use XFree to free the data returned.
NOTES
glXGetVisualFromFBConfig is part of the GLX Version 1.3 command set.
The function is only valid if the connection supports GLX Version 1.3
or later.
SEE ALSO
glXCreateNewContext, glXCreatePixmap, glXCreatePbuffer, glXChooseFBCon‐
fig, glXGetFBConfigAttrib
18 May 01 GLXGETVISUALFROMFBCONFIG(3gl)