Source position: xlib.pp line 649
type TXResizeRequestEvent = record
_type: cint;
serial: culong;
send_event: TBool;
display: PDisplay;
window: TWindow;
width: cint;
height: cint;
end;