Source position: xlib.pp line 937
type TXEDataObject = record |
case LongInt of |
0: ( |
display: PDisplay; |
); |
1: ( |
gc: TGC; |
); |
2: ( |
visual: PVisual; |
); |
3: ( |
screen: PScreen; |
); |
4: ( |
pixmap_format: PScreenFormat; |
); |
5: ( |
font: PXFontStruct; |
); |
end; |