Home -> PlatformBindings -> WindowSystemInfoXlib

Declaration

struct WindowSystemInfoXlib : public IRenderer::WindowSystemInfoBase;

Description

The WindowSystemInfoXlib structure identifies the Xlib window system and supplies the X display used during renderer initialization.

Availability: Linux or compatible X11 platforms when COBALT_RENDERER_XLIB_SUPPORT is enabled. This is automatically enabled on Linux unless platform binding selection is manual.

Members

Name Type Description
Public member display ::Display*
The Xlib display connection.

Constructors

Name Description
Public member Constructor
Creates a WindowSystemInfoXlib structure.

See also