colormap_notify Event

The fields that can be unified in colormap_notify events are:

  1. type(T) unifies T with colormap_notify.
  2. serial(S) unifies S with the serial number of the last request processed by the server.
  3. send_event(B) unifies B, a boolean value, with one of

    true
    If the event was sent by another client.
    false
    If the event was sent by the server.
  4. display(D) unifies D with the ProXL Display the event was read from.
  5. window(W) unifies W with the ProXL Window whose associated colormap or attribute changes.
  6. colormap(C) unifies C with the ProXL Colormap being installed or the constant none if the Colormap was destroyed.
  7. new(N) unifies N, a boolean value, with one of

    true
    If the colormap attribute has been changed.
    false
    If the colormap is installed or uninstalled.
  8. state(S) unifies S with one of

    installed
    If the colormap is installed.
    uninstalled
    If the colormap is uninstalled.