Status XMatchVisualInfo(display, screen, depth, class, vinfo_return)
Display *display;
int screen;
int depth;
int class;
XVisualInfo *vinfo_return;
display | Specifies the connection to the X server. |
screen | Specifies the screen. |
depth | Specifies the depth of the screen. |
class | Specifies the class of the screen. |
vinfo_return | Returns the matched visual information. |