SDL Library

Dependents:   H261_decoder

Embed: (wiki syntax)

« Back to documentation index

SDL_SysWMinfo Struct Reference

SDL_SysWMinfo Struct Reference

The custom window manager information structure. More...

#include <SDL_syswm.h>


Detailed Description

The custom window manager information structure.

When this structure is returned, it holds information about which low level system it is using, and will be one of SDL_SYSWM_TYPE.

Definition at line 166 of file SDL_syswm.h.


Field Documentation

MirConnection* connection

Mir display server connection.

Definition at line 216 of file SDL_syswm.h.

IDirectFB* dfb

The directfb main interface.

Definition at line 188 of file SDL_syswm.h.

struct wl_display* display

Wayland display.

Definition at line 208 of file SDL_syswm.h.

Display* display

The X11 display.

Definition at line 181 of file SDL_syswm.h.

struct wl_shell_surface* shell_surface

Wayland shell_surface (window manager handle)

Definition at line 210 of file SDL_syswm.h.

struct wl_surface* surface

Wayland surface.

Definition at line 209 of file SDL_syswm.h.

MirSurface* surface

Mir surface.

Definition at line 217 of file SDL_syswm.h.

IDirectFBSurface* surface

The directfb client surface.

Definition at line 190 of file SDL_syswm.h.

IDirectFBWindow* window

The directfb window handle.

Definition at line 189 of file SDL_syswm.h.

HWND window

The window handle.

Definition at line 175 of file SDL_syswm.h.

Window window

The X11 window.

Definition at line 182 of file SDL_syswm.h.