WindowHandle.FromXcb

WindowHandle.FromXcb method

Create WindowHandle from an XCB surface.

public static WindowHandle FromXcb(IntPtr connection, IntPtr surface)
ParameterTypeDescription
connectionIntPtrThe connection to the X server
surfaceIntPtrThe handle of the surface

See Also