Home
last modified time | relevance | path

Searched defs:wm_normal_hints (Results 1 – 2 of 2) sorted by relevance

/third_party/weston/libweston/backend-x11/
Dx11.c107 xcb_atom_t wm_normal_hints; member
569 struct wm_normal_hints { struct
570 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 …]
/third_party/weston/xwayland/
Dxwayland.h99 xcb_atom_t wm_normal_hints; member