Function wlc_sys_with_elogind::wlc_output_get_mutable_views [] [src]

pub unsafe extern "C" fn wlc_output_get_mutable_views(
    output: wlc_handle,
    out_memb: *mut usize
) -> *mut wlc_handle

Get mutable views in creation order. Returned array is a direct reference, careful when moving and destroying handles. This is mainly useful for wm's who need another view stack for inplace sorting. For example tiling wms, may want to use this to keep their tiling order separated from floating order.