Function xcb::dri2::get_extension_data

source ·
pub fn get_extension_data(conn: &Connection) -> Option<ExtensionData>
Expand description

Fetch server runtime info data of the DRI2 extension.

Might be non-blocking if prefetch_extension_data was called before. This function is of seldom use as the extensions are initialized by the Connection constructor.