Table of Contents

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

IntPtr

EglWindow

Refers to an egl_window*, requires >= 2.0.16

public IntPtr EglWindow { readonly get; set; }

Property Value

IntPtr

ShellSurface

Refers to a wl_shell_surface*

public IntPtr ShellSurface { readonly get; set; }

Property Value

IntPtr

Surface

Refers to a wl_surface*

public IntPtr Surface { readonly get; set; }

Property Value

IntPtr

XdgSurface

Refers to an xdg_surface*, requires >= 2.0.16

public IntPtr XdgSurface { readonly get; set; }

Property Value

IntPtr

XdgToplevel

Refers to an xdg_toplevel*, requires >= 2.0.18

public IntPtr XdgToplevel { readonly get; set; }

Property Value

IntPtr