Home
last modified time | relevance | path

Searched refs:xcb_ewmh_get_desktop_layout_unchecked (Results 1 – 3 of 3) sorted by relevance

/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xcb-util-0.3.0/src/ffi/
H A Dewmh.rs354 …pub fn xcb_ewmh_get_desktop_layout_unchecked(ewmh: *mut xcb_ewmh_connection_t, screen_nbr: c_int) … in xcb_ewmh_get_desktop_layout_unchecked() function
/dports/x11/xcb-util-wm/xcb-util-wm-0.4.1/ewmh/
H A Dxcb_ewmh.h.m41598 xcb_get_property_cookie_t xcb_ewmh_get_desktop_layout_unchecked(xcb_ewmh_connection_t *ewmh,
1602 * @see xcb_ewmh_get_desktop_layout_unchecked
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/xcb-util-0.3.0/src/
H A Dewmh.rs1101 xcb_ewmh_get_desktop_layout_unchecked(c.get_raw_conn(), screen as c_int)) in get_desktop_layout_unchecked()