Size hints structure.
|
Data Fields |
|
uint32_t | flags |
| | User specified flags.
|
|
int32_t | x |
| | User-specified position.
|
|
int32_t | width |
| | User-specified size.
|
|
int32_t | min_width |
| | Program-specified minimum size.
|
|
int32_t | max_width |
| | Program-specified maximum size.
|
|
int32_t | width_inc |
| | Program-specified resize increments.
|
|
int32_t | min_aspect_num |
| | Program-specified minimum aspect ratios.
|
|
int32_t | max_aspect_num |
| | Program-specified maximum aspect ratios.
|
|
int32_t | base_width |
| | Program-specified base size.
|
|
uint32_t | win_gravity |
| | Program-specified window gravity.
|
Size hints structure.