Home -> PlatformBindings -> WindowInfoXlib

Declaration

struct WindowInfoXlib : public IFrameBuffer::WindowInfoBase;

Description

The WindowInfoXlib structure describes an Xlib window for framebuffer presentation.

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.
Public member window ::Window
The Xlib window.
Public member windowSizeInPixels V2UInt32
The drawable window size in pixels.

Constructors

Name Description
Public member Constructor
Creates a WindowInfoXlib structure.

See also