Screen
extern (C) nothrow
struct Screen {
}
Members
- backing_store
int backing_store;
Undocumented in source.
- black_pixel
c_ulong black_pixel;
Undocumented in source.
- cmap
Colormap cmap;
Undocumented in source.
- default_gc
GC default_gc;
Undocumented in source.
- depths
Depth* depths;
Undocumented in source.
- display
XDisplay* display;
Undocumented in source.
- ext_data
XExtData* ext_data;
- height
int height;
Undocumented in source.
- max_maps
int max_maps;
- mheight
int mheight;
- min_maps
int min_maps;
Undocumented in source.
- mwidth
int mwidth;
Undocumented in source.
- ndepths
int ndepths;
Undocumented in source.
- root
Window root;
Undocumented in source.
- root_depth
int root_depth;
Undocumented in source.
- root_input_mask
c_long root_input_mask;
Undocumented in source.
- root_visual
Visual* root_visual;
Undocumented in source.
- save_unders
Bool save_unders;
Undocumented in source.
- white_pixel
c_ulong white_pixel;
Undocumented in source.
- width
int width;
Undocumented in source.
x11 Xlib
aliasesenumsfunctionsstructsunionsvariables