Status XGetGCValues(display, gc, valuemask, values_return)
Display *display;
GC gc;
unsigned long valuemask;
XGCValues *values_return;
display | Specifies the connection to the X server. |
gc | Specifies the GC. |
valuemask | Specifies which components in the GC are to be returned in the values_return argument. This argument is the bitwise inclusive OR of zero or more of the valid GC component mask bits. |
values_return | Returns the GC values in the specified XGCValues structure. |