Source position: xlib.pp line 139
type TScreen = record |
ext_data: PXExtData; |
display: PXDisplay; |
root: TWindow; |
width: cint; |
height: cint; |
mwidth: cint; |
mheight: cint; |
ndepths: cint; |
depths: PDepth; |
root_depth: cint; |
root_visual: PVisual; |
default_gc: TGC; |
cmap: TColormap; |
white_pixel: culong; |
black_pixel: culong; |
max_maps: cint; |
min_maps: cint; |
backing_store: cint; |
save_unders: TBool; |
root_input_mask: clong; |
end; |