SDL 2.0
SDL_xdg_shell_surface Struct Reference

#include <SDL_waylandwindow.h>

Data Fields

struct xdg_surface * surface
 
union {
   struct xdg_toplevel *   toplevel
 
   struct xdg_popup *   popup
 
roleobj
 
SDL_bool initial_configure_seen
 

Detailed Description

Definition at line 44 of file SDL_waylandwindow.h.

Field Documentation

◆ initial_configure_seen

SDL_bool SDL_xdg_shell_surface::initial_configure_seen

Definition at line 50 of file SDL_waylandwindow.h.

◆ popup

struct xdg_popup* SDL_xdg_shell_surface::popup

Definition at line 48 of file SDL_waylandwindow.h.

◆ 

union { ... } SDL_xdg_shell_surface::roleobj

◆ surface

struct xdg_surface* SDL_xdg_shell_surface::surface

Definition at line 45 of file SDL_waylandwindow.h.

◆ toplevel

struct xdg_toplevel* SDL_xdg_shell_surface::toplevel

Definition at line 47 of file SDL_waylandwindow.h.


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