x11::xfixes

Function XFixesSetWindowShapeRegion

source
pub unsafe extern "C" fn XFixesSetWindowShapeRegion(
    dpy: *mut Display,
    win: Window,
    shape_kind: c_int,
    x_off: c_int,
    y_off: c_int,
    region: XserverRegion,
)