typedef struct { unsigned int hard_criteria_mask; unsigned int soft_criteria_mask; unsigned int depth; unsigned int min_colors; unsigned int min_red; unsigned int min_green; unsigned int min_blue; unsigned int visual_class; unsigned int standard_colormap_property; unsigned int dynamic_visual; unsigned int double_buffering_capability; PEXEnumTypeIndex color_approx_type; unsigned int z_buffer_depth; unsigned int alpha_buffer_depth; unsigned int accum_buffer_depth; unsigned int accum_buffer_min_red; unsigned int accum_buffer_min_green; unsigned int accum_buffer_min_blue; } PEXUtVisualCriteria;
PEXUtVisualCriteria is a data structure that is common to the following function:
For a list of data structures for the utilities, see Data Structures for the Visual and Pixmap Depth Selection Utilities.