Searched defs:wm_normal_hints (Results 1 – 2 of 2) sorted by relevance
107 xcb_atom_t wm_normal_hints; member569 struct wm_normal_hints { struct570 uint32_t flags;571 uint32_t pad[4];572 int32_t min_width, min_height;573 int32_t max_width, max_height;574 int32_t width_inc, height_inc;575 int32_t min_aspect_x, min_aspect_y;576 int32_t max_aspect_x, max_aspect_y;577 int32_t base_width, base_height;[all …]
99 xcb_atom_t wm_normal_hints; member