Home -> WindowInfoXlib -> Constructor

Description

The WindowInfoXlib constructor creates a platform binding structure and initializes the inherited structureSizeInBytes and type discriminator fields.

Usage

WindowInfoXlib(::Display* display, ::Window window, const V2UInt32& windowSizeInPixels);

Argument list

display [::Display*]
The Xlib display connection.
window [::Window]
The Xlib window to bind.
windowSizeInPixels [const V2UInt32&]
The current drawable window size in pixels.

See also