Type Alias glutin::platform::unix::x11::ffi::XLineFixed

source ·
pub type XLineFixed = _XLineFixed;

Aliased Type§

struct XLineFixed {
    pub p1: _XPointFixed,
    pub p2: _XPointFixed,
}

Fields§

§p1: _XPointFixed§p2: _XPointFixed