Source position: xrandr.pp line 52
type TXRRScreenChangeNotifyEvent = record |
_type: cint; |
serial: culong; |
send_event: TBool; |
display: PDisplay; |
window: TWindow; |
root: TWindow; |
timestamp: TTime; |
config_timestamp: TTime; |
size_index: TSizeID; |
subpixel_order: TSubpixelOrder; |
rotation: TRotation; |
width: cint; |
height: cint; |
mwidth: cint; |
mheight: cint; |
end; |