SDL  2.0
SDL_SysWMinfo Struct Reference

#include <SDL_syswm.h>

+ Collaboration diagram for SDL_SysWMinfo:

Data Fields

SDL_version version
 
SDL_SYSWM_TYPE subsystem
 
union {
   struct {
      Display *   display
 
      Window   window
 
   }   x11
 
   Uint8   dummy [64]
 
info
 

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 197 of file SDL_syswm.h.

Field Documentation

◆ display

Display* SDL_SysWMinfo::display

The X11 display

Definition at line 220 of file SDL_syswm.h.

◆ dummy

Uint8 SDL_SysWMinfo::dummy[64]

Definition at line 289 of file SDL_syswm.h.

◆ info

union { ... } SDL_SysWMinfo::info

◆ subsystem

SDL_SYSWM_TYPE SDL_SysWMinfo::subsystem

Definition at line 200 of file SDL_syswm.h.

Referenced by SDL_GetWindowWMInfo(), and SDL_MessageboxValidForDriver().

◆ version

SDL_version SDL_SysWMinfo::version

Definition at line 199 of file SDL_syswm.h.

Referenced by SDL_MessageboxValidForDriver(), and syswm_getWindowWMInfo().

◆ window

Window SDL_SysWMinfo::window

The X11 window

Definition at line 221 of file SDL_syswm.h.

◆ x11

struct { ... } SDL_SysWMinfo::x11

The documentation for this struct was generated from the following file: