Home
last modified time | relevance | path

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

/dports/graphics/weston/weston-1.9.0/src/
H A Dcompositor-x11.c93 xcb_atom_t wm_normal_hints; member
534 struct wm_normal_hints { struct
535 uint32_t flags;
536 uint32_t pad[4];
537 int32_t min_width, min_height;
538 int32_t max_width, max_height;
539 int32_t width_inc, height_inc;
540 int32_t min_aspect_x, min_aspect_y;
541 int32_t max_aspect_x, max_aspect_y;
542 int32_t base_width, base_height;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/backend-x11/
H A Dx11.c102 xcb_atom_t wm_normal_hints; member
564 struct wm_normal_hints { struct
565 uint32_t flags;
566 uint32_t pad[4];
567 int32_t min_width, min_height;
568 int32_t max_width, max_height;
569 int32_t width_inc, height_inc;
570 int32_t min_aspect_x, min_aspect_y;
571 int32_t max_aspect_x, max_aspect_y;
572 int32_t base_width, base_height;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston/backend-x11/
H A Dx11.c102 xcb_atom_t wm_normal_hints; member
564 struct wm_normal_hints { struct
565 uint32_t flags;
566 uint32_t pad[4];
567 int32_t min_width, min_height;
568 int32_t max_width, max_height;
569 int32_t width_inc, height_inc;
570 int32_t min_aspect_x, min_aspect_y;
571 int32_t max_aspect_x, max_aspect_y;
572 int32_t base_width, base_height;
[all …]
/dports/x11-wm/amiwm/amiwm0.21pl2/
H A Dicc.c18 Atom wm_colormaps, wm_name, wm_normal_hints, wm_hints, wm_icon_name, wm_class; variable
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dwmclient.h357 bool wm_normal_hints : 1; member
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dclientprops.h597 XSizeHints *wm_normal_hints; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/xwayland/
H A Dxwayland.h100 xcb_atom_t wm_normal_hints; member
/dports/graphics/weston/weston-1.9.0/xwayland/
H A Dxwayland.h97 xcb_atom_t wm_normal_hints; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/xwayland/
H A Dxwayland.h100 xcb_atom_t wm_normal_hints; member
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Wharf/
H A DWharf.c2595 XSizeHints *wm_normal_hints; in check_swallow_window() local
/dports/x11-wm/awesome/awesome-4.3/objects/
H A Dclient.c1481 xcb_get_property_cookie_t wm_normal_hints = property_get_wm_normal_hints(c); in client_update_properties() local