any idea what we'd need to do to support a private colormap (a la -install for mozilla) in the lesstif and gtk HID versions of the PCB?
For lesstif, you should be able to just allocate a private colormap in lesstif_parse_arguments() and XtSetValues it into the first widget created by XtAppInitialize.
Thanks -Dan