WM hints structure (may be extended in the future).
More...
|
Data Fields |
|
int32_t | flags |
| | Marks which fields in this structure are defined.
|
|
uint32_t | input |
| | Does this application rely on the window manager to get keyboard input?
|
|
int32_t | initial_state |
| | See below.
|
|
xcb_pixmap_t | icon_pixmap |
| | Pixmap to be used as icon.
|
|
xcb_window_t | icon_window |
| | Window to be used as icon.
|
|
int32_t | icon_x |
| | Initial position of icon.
|
|
xcb_pixmap_t | icon_mask |
| | Icon mask bitmap.
|
Detailed Description
WM hints structure (may be extended in the future).