|
SDL
2.0
|
#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 |
Definition at line 44 of file SDL_waylandwindow.h.
| SDL_bool SDL_xdg_shell_surface::initial_configure_seen |
Definition at line 50 of file SDL_waylandwindow.h.
| struct xdg_popup* SDL_xdg_shell_surface::popup |
Definition at line 48 of file SDL_waylandwindow.h.
| union { ... } SDL_xdg_shell_surface::roleobj |
| struct xdg_surface* SDL_xdg_shell_surface::surface |
Definition at line 45 of file SDL_waylandwindow.h.
| struct xdg_toplevel* SDL_xdg_shell_surface::toplevel |
Definition at line 47 of file SDL_waylandwindow.h.