resize_request EventThe fields that can be unified in resize_request events
are:
type(T) unifies T with resize_request.
serial(S) unifies S with the serial number of the last request
processed by the server.
send_event(B) unifies B, a boolean value, with one of
true
false
display(D) unifies D with the ProXL Display the event was read
from.
window(W) unifies W with the ProXL Window whose size is being
changed.
width(W) unifies W with the requested width in pixels of the
window.
height(H) unifies H with the requested height in pixels of the
window.
size(W, H) unifies W and H with the requested width
and height in pixels, respectively, of the window.