#include "../../SDL_internal.h"
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <X11/Xlibint.h>
#include <X11/Xproto.h>
#include <X11/extensions/Xext.h>
#include <X11/extensions/extutil.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <X11/extensions/XShm.h>
#include "SDL_x11sym.h"
Go to the source code of this file.
◆ SDL_INCLUDED_XLIBINT_H
#define SDL_INCLUDED_XLIBINT_H 1 |
◆ SDL_X11_MODULE
#define SDL_X11_MODULE |
( |
|
modname | ) |
extern int SDL_X11_HAVE_##modname; |
◆ SDL_X11_SYM
#define SDL_X11_SYM |
( |
|
rc, |
|
|
|
fn, |
|
|
|
params, |
|
|
|
args, |
|
|
|
ret |
|
) |
| |
Value:typedef rc (*SDL_DYNX11FN_##fn)
params; \
extern SDL_DYNX11FN_##fn X11_##fn;
Definition at line 89 of file SDL_x11dyn.h.
◆ SDL_X11_XESetEventToWireRetType
typedef Status(* SDL_X11_XESetEventToWireRetType) (Display *, XEvent *, xEvent *) |
◆ SDL_X11_XESetWireToEventRetType
typedef Bool(* SDL_X11_XESetWireToEventRetType) (Display *, XEvent *, xEvent *) |
◆ SDL_X11_XSynchronizeRetType
typedef int(* SDL_X11_XSynchronizeRetType) (Display *) |
◆ SDL_X11_LoadSymbols()
int SDL_X11_LoadSymbols |
( |
void |
| ) |
|
◆ SDL_X11_UnloadSymbols()