Status XSetWMColormapWindows(display, w, colormap_windows, count)
Display *display;
Window w;
Window *colormap_windows;
int count;
| display | Specifies the connection to the X server. |
| w | Specifies the window. |
| colormap_windows | Specifies the list of windows. |
| count | Specifies the number of windows in the list. |