map_request Event

The fields that can be unified in map_request events are:

  1. type(T) unifies T with map_request.
  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. parent(P) unifies P with the ProXL parent Window of the window being mapped.
  6. window(W) unifies W with the ProXL Window requesting to be mapped.