Source position: xlib.pp line 519
type TXGraphicsExposeEvent = record |
_type: cint; |
serial: culong; |
send_event: TBool; |
display: PDisplay; |
drawable: TDrawable; |
x: cint; |
y: cint; |
width: cint; |
height: cint; |
count: cint; |
major_code: cint; |
minor_code: cint; |
end; |