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 | |
|---|---|---|---|
| display | ::Display* |
The Xlib display connection.
|
|
| window | ::Window |
The Xlib window.
|
|
| windowSizeInPixels | V2UInt32 |
The drawable window size in pixels.
|
Constructors
| Name | Description | |
|---|---|---|
| Constructor |
Creates a WindowInfoXlib structure.
|