NVFBC_RANDR_OUTPUT_INFO

Type Alias NVFBC_RANDR_OUTPUT_INFO 

Source
pub type NVFBC_RANDR_OUTPUT_INFO = _NVFBC_OUTPUT;
Expand description

Describes an RandR output.

Filling this structure relies on the XRandR extension. This feature cannot be used if the extension is missing or its version is below the requirements.

\see Requirements

Aliased Type§

#[repr(C)]
pub struct NVFBC_RANDR_OUTPUT_INFO { pub dwId: u32, pub name: [u8; 128], pub trackedBox: _NVFBC_BOX, }

Fields§

§dwId: u32

Identifier of the RandR output.

§name: [u8; 128]

Name of the RandR output, as reported by tools such as xrandr(1).

Example: “DVI-I-0”

§trackedBox: _NVFBC_BOX

Region of the X screen tracked by the RandR CRTC driving this RandR output.