Struct InternalWaylandWmInfo
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The internal wayland wm info
public struct InternalWaylandWmInfo
Inherited Members
Properties
Display
Refers to a wl_display*
public IntPtr Display { readonly get; set; }
Property Value
EglWindow
Refers to an egl_window*, requires >= 2.0.16
public IntPtr EglWindow { readonly get; set; }
Property Value
ShellSurface
Refers to a wl_shell_surface*
public IntPtr ShellSurface { readonly get; set; }
Property Value
Surface
Refers to a wl_surface*
public IntPtr Surface { readonly get; set; }
Property Value
XdgSurface
Refers to an xdg_surface*, requires >= 2.0.16
public IntPtr XdgSurface { readonly get; set; }
Property Value
XdgToplevel
Refers to an xdg_toplevel*, requires >= 2.0.18
public IntPtr XdgToplevel { readonly get; set; }