[][src]Function wlroots_sys::wlr_region_expand

pub unsafe extern "C" fn wlr_region_expand(
    dst: *mut pixman_region32_t,
    src: *mut pixman_region32_t,
    distance: c_int
)

Expands the region of distance. If distance is negative, it shrinks the region.