#include "../../SDL_internal.h"
#include <EGL/egl.h>
#include <mir_toolkit/mir_client_library.h>
#include <xkbcommon/xkbcommon.h>
#include "SDL_mirsym.h"
Go to the source code of this file.
◆ SDL_MIR_SYM
#define SDL_MIR_SYM |
( |
|
rc, |
|
|
|
fn, |
|
|
|
params |
|
) |
| |
Value:typedef rc (*SDL_DYNMIRFN_##fn)
params; \
extern SDL_DYNMIRFN_##fn MIR_##fn;
Definition at line 39 of file SDL_mirdyn.h.
◆ SDL_MIR_SYM_CONST
#define SDL_MIR_SYM_CONST |
( |
|
type, |
|
|
|
name |
|
) |
| |
Value: extern SDL_DYMMIRCONST_##
name MIR_##
name;
GLuint const GLchar * name
GLuint GLuint GLsizei GLenum type
Definition at line 42 of file SDL_mirdyn.h.
◆ SDL_MIR_LoadSymbols()
int SDL_MIR_LoadSymbols |
( |
void |
| ) |
|
◆ SDL_MIR_UnloadSymbols()