Source position: xlib.pp line 187
type TXWindowAttributes = record |
x: cint; |
y: cint; |
width: cint; |
height: cint; |
border_width: cint; |
depth: cint; |
visual: PVisual; |
root: TWindow; |
c_class: cint; |
bit_gravity: cint; |
win_gravity: cint; |
backing_store: cint; |
backing_planes: culong; |
backing_pixel: culong; |
save_under: TBool; |
colormap: TColormap; |
map_installed: TBool; |
map_state: cint; |
all_event_masks: clong; |
your_event_mask: clong; |
do_not_propagate_mask: clong; |
override_redirect: TBool; |
screen: PScreen; |
end; |