#include "../../SDL_internal.h"
#include <stdint.h>
#include "wayland-cursor.h"
#include "wayland-util.h"
#include "xkbcommon/xkbcommon.h"
#include "SDL_waylandsym.h"
#include "wayland-client-core.h"
#include "wayland-client-protocol.h"
#include "wayland-egl.h"
Go to the source code of this file.
◆ SDL_WAYLAND_INTERFACE
#define SDL_WAYLAND_INTERFACE |
( |
|
iface | ) |
extern const struct wl_interface *WAYLAND_##iface; |
◆ SDL_WAYLAND_MODULE
#define SDL_WAYLAND_MODULE |
( |
|
modname | ) |
extern int SDL_WAYLAND_HAVE_##modname; |
◆ SDL_WAYLAND_SYM
#define SDL_WAYLAND_SYM |
( |
|
rc, |
|
|
|
fn, |
|
|
|
params |
|
) |
| |
Value:typedef rc (*SDL_DYNWAYLANDFN_##fn)
params; \
extern SDL_DYNWAYLANDFN_##fn WAYLAND_##fn;
Definition at line 51 of file SDL_waylanddyn.h.
◆ SDL_WAYLAND_LoadSymbols()
int SDL_WAYLAND_LoadSymbols |
( |
void |
| ) |
|
◆ SDL_WAYLAND_UnloadSymbols()