Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
cmap_alloc creates empty colormaps for non-default dynamic visuals that are suitable for use as default colormaps. An X11 server has only one default colormap, and it is associated with the default visual. Clients that need to access non-default visuals have to create their own colormaps. This can lead to gratuitous colormap flashing if a lot of applications are running in non-default visuals. cmap_alloc will create colormaps that can be used by such applications as the default colormap for the given visual. Once the colormap has been created for a given visual, it will place the colormap's XID into the RGB_DEFAULT_MAP property on the root window of the display. Clients that need to access non-default dynamic visuals should search this property using XGetRGBColormaps(3x11) for a suitable colormap to use.
20n \f3can't open display ...\f1 Error in connecting to the X11 server. Check DISPLAY environment variable.
20n \f3unknown depth\f1 Invalid depth specified for the \f3-depth\f1 command line option
20n \f3unknown visual class\f1 Invalid visual class specified for the \f3-visual\f1 command line option