Struct InternalX11WmInfo
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The internal x11 wm info
public struct InternalX11WmInfo
Inherited Members
Properties
Display
Refers to a Display*
public IntPtr Display { readonly get; set; }
Property Value
Window
Refers to a Window (XID, use ToInt64!)
public IntPtr Window { readonly get; set; }