Home | History | Annotate | Download | only in gregbook

Lines Matching defs:colormap

282 static Colormap colormap;
892 colormap = XCreateColormap(display, root, visual, AllocNone);
893 if (!colormap) {
923 attr.colormap = colormap;
939 XSetWindowColormap(display, window, colormap);
2107 XFreeColormap(display, colormap);