Atlas - SDL_x11sym.h
Home / ext / SDL / src / video / x11 Lines: 1 | Size: 22417 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1/* 2 Simple DirectMedia Layer 3 Copyright (C) 1997-2025 Sam Lantinga <[email protected]> 4 5 This software is provided 'as-is', without any express or implied 6 warranty. In no event will the authors be held liable for any damages 7 arising from the use of this software. 8 9 Permission is granted to anyone to use this software for any purpose, 10 including commercial applications, and to alter it and redistribute it 11 freely, subject to the following restrictions: 12 13 1. The origin of this software must not be misrepresented; you must not 14 claim that you wrote the original software. If you use this software 15 in a product, an acknowledgment in the product documentation would be 16 appreciated but is not required. 17 2. Altered source versions must be plainly marked as such, and must not be 18 misrepresented as being the original software. 19 3. This notice may not be removed or altered from any source distribution. 20*/ 21 22/* *INDENT-OFF* */ // clang-format off 23 24#ifndef SDL_X11_MODULE 25#define SDL_X11_MODULE(modname) 26#endif 27 28#ifndef SDL_X11_SYM 29#define SDL_X11_SYM(rc, fn, params) 30#endif 31 32SDL_X11_MODULE(BASEXLIB) 33SDL_X11_SYM(XSizeHints*,XAllocSizeHints,(void)) 34SDL_X11_SYM(XWMHints*,XAllocWMHints,(void)) 35SDL_X11_SYM(XClassHint*,XAllocClassHint,(void)) 36SDL_X11_SYM(int,XChangePointerControl,(Display* a,Bool b,Bool c,int d,int e,int f)) 37SDL_X11_SYM(int,XChangeProperty,(Display* a,Window b,Atom c,Atom d,int e,int f,_Xconst unsigned char* g,int h)) 38SDL_X11_SYM(Bool,XCheckIfEvent,(Display* a,XEvent *b,Bool (*c)(Display*,XEvent*,XPointer),XPointer d)) 39SDL_X11_SYM(int,XClearWindow,(Display* a,Window b)) 40SDL_X11_SYM(int,XCloseDisplay,(Display* a)) 41SDL_X11_SYM(int,XConvertSelection,(Display* a,Atom b,Atom c,Atom d,Window e,Time f)) 42SDL_X11_SYM(Pixmap,XCreateBitmapFromData,(Display *dpy,Drawable d,_Xconst char *data,unsigned int width,unsigned int height)) 43SDL_X11_SYM(Colormap,XCreateColormap,(Display* a,Window b,Visual* c,int d)) 44SDL_X11_SYM(Cursor,XCreatePixmapCursor,(Display* a,Pixmap b,Pixmap c,XColor* d,XColor* e,unsigned int f,unsigned int g)) 45SDL_X11_SYM(Cursor,XCreatePixmap,(Display* a,Drawable b,unsigned int d,unsigned int e,unsigned int f)) 46SDL_X11_SYM(Cursor,XCreateFontCursor,(Display* a,unsigned int b)) 47SDL_X11_SYM(XFontSet,XCreateFontSet,(Display* a, _Xconst char* b, char*** c, int* d, char** e)) 48SDL_X11_SYM(GC,XCreateGC,(Display* a,Drawable b,unsigned long c,XGCValues* d)) 49SDL_X11_SYM(void,XSetFont,(Display* a,GC b,Font c)) 50SDL_X11_SYM(Status,XAllocColor,(Display *a, Colormap b, XColor *c)) 51SDL_X11_SYM(XImage*,XCreateImage,(Display* a,Visual* b,unsigned int c,int d,int e,char* f,unsigned int g,unsigned int h,int i,int j)) 52SDL_X11_SYM(Window,XCreateWindow,(Display* a,Window b,int c,int d,unsigned int e,unsigned int f,unsigned int g,int h,unsigned int i,Visual* j,unsigned long k,XSetWindowAttributes* l)) 53SDL_X11_SYM(void,XCopyArea,(Display *a, Drawable b, Drawable c, GC d, int e, int f, unsigned int g, unsigned int h, int i, int j)) 54SDL_X11_SYM(int,XDefineCursor,(Display* a,Window b,Cursor c)) 55SDL_X11_SYM(int,XDeleteProperty,(Display* a,Window b,Atom c)) 56SDL_X11_SYM(int,XDestroyWindow,(Display* a,Window b)) 57SDL_X11_SYM(int,XDisplayKeycodes,(Display* a,int* b,int* c)) 58SDL_X11_SYM(int,XDrawRectangle,(Display* a,Drawable b,GC c,int d,int e,unsigned int f,unsigned int g)) 59SDL_X11_SYM(int,XFontsOfFontSet,(XFontSet a,XFontStruct ***b,char ***c)) 60SDL_X11_SYM(int,XFillArc,(Display* a,Drawable b,GC c,int d,int e,unsigned int f,unsigned int g, int h, int i)) 61SDL_X11_SYM(char*,XDisplayName,(_Xconst char* a)) 62SDL_X11_SYM(int,XDrawString,(Display* a,Drawable b,GC c,int d,int e,_Xconst char* f,int g)) 63SDL_X11_SYM(int,XEventsQueued,(Display* a,int b)) 64SDL_X11_SYM(int,XFillRectangle,(Display* a,Drawable b,GC c,int d,int e,unsigned int f,unsigned int g)) 65SDL_X11_SYM(Bool,XFilterEvent,(XEvent *event,Window w)) 66SDL_X11_SYM(int,XFlush,(Display* a)) 67SDL_X11_SYM(int,XFree,(void*a)) 68SDL_X11_SYM(int,XFreeCursor,(Display* a,Cursor b)) 69SDL_X11_SYM(void,XFreeFontSet,(Display* a, XFontSet b)) 70SDL_X11_SYM(int,XFreeGC,(Display* a,GC b)) 71SDL_X11_SYM(int,XFreeFont,(Display* a, XFontStruct* b)) 72SDL_X11_SYM(int,XFreeModifiermap,(XModifierKeymap* a)) 73SDL_X11_SYM(int,XFreePixmap,(Display* a,Pixmap b)) 74SDL_X11_SYM(int,XFreeColormap,(Display* a,Colormap b)) 75SDL_X11_SYM(void,XFreeStringList,(char** a)) 76SDL_X11_SYM(char*,XGetAtomName,(Display *a,Atom b)) 77SDL_X11_SYM(int,XGetInputFocus,(Display *a,Window *b,int *c)) 78SDL_X11_SYM(KeySym*,XGetKeyboardMapping,(Display *a, KeyCode b, int c, int *d)) 79SDL_X11_SYM(int,XGetErrorDatabaseText,(Display* a,_Xconst char* b,_Xconst char* c,_Xconst char* d,char* e,int f)) 80SDL_X11_SYM(XModifierKeymap*,XGetModifierMapping,(Display* a)) 81SDL_X11_SYM(int,XGetPointerControl,(Display* a,int* b,int* c,int* d)) 82SDL_X11_SYM(Window,XGetSelectionOwner,(Display* a,Atom b)) 83SDL_X11_SYM(XVisualInfo*,XGetVisualInfo,(Display* a,long b,XVisualInfo* c,int* d)) 84SDL_X11_SYM(Status,XGetWindowAttributes,(Display* a,Window b,XWindowAttributes* c)) 85SDL_X11_SYM(int,XGetWindowProperty,(Display* a,Window b,Atom c,long d,long e,Bool f,Atom g,Atom* h,int* i,unsigned long* j,unsigned long *k,unsigned char **l)) 86SDL_X11_SYM(XWMHints*,XGetWMHints,(Display* a,Window b)) 87SDL_X11_SYM(Status,XGetWMNormalHints,(Display *a,Window b, XSizeHints *c, long *d)) 88SDL_X11_SYM(int,XIfEvent,(Display* a,XEvent *b,Bool (*c)(Display*,XEvent*,XPointer),XPointer d)) 89SDL_X11_SYM(int,XGrabKeyboard,(Display* a,Window b,Bool c,int d,int e,Time f)) 90SDL_X11_SYM(int,XGrabPointer,(Display* a,Window b,Bool c,unsigned int d,int e,int f,Window g,Cursor h,Time i)) 91SDL_X11_SYM(int,XGrabServer,(Display* a)) 92SDL_X11_SYM(Status,XIconifyWindow,(Display* a,Window b,int c)) 93SDL_X11_SYM(KeyCode,XKeysymToKeycode,(Display* a,KeySym b)) 94SDL_X11_SYM(char*,XKeysymToString,(KeySym a)) 95SDL_X11_SYM(int,XInstallColormap,(Display* a,Colormap b)) 96SDL_X11_SYM(Atom,XInternAtom,(Display* a,_Xconst char* b,Bool c)) 97SDL_X11_SYM(XPixmapFormatValues*,XListPixmapFormats,(Display* a,int* b)) 98SDL_X11_SYM(XFontStruct*,XLoadQueryFont,(Display* a,_Xconst char* b)) 99SDL_X11_SYM(KeySym,XLookupKeysym,(XKeyEvent* a,int b)) 100SDL_X11_SYM(int,XLookupString,(XKeyEvent* a,char* b,int c,KeySym* d,XComposeStatus* e)) 101SDL_X11_SYM(int,XMapRaised,(Display* a,Window b)) 102SDL_X11_SYM(Status,XMatchVisualInfo,(Display* a,int b,int c,int d,XVisualInfo* e)) 103SDL_X11_SYM(int,XMissingExtension,(Display* a,_Xconst char* b)) 104SDL_X11_SYM(int,XMoveWindow,(Display* a,Window b,int c,int d)) 105SDL_X11_SYM(Display*,XOpenDisplay,(_Xconst char* a)) 106SDL_X11_SYM(Status,XInitThreads,(void)) 107SDL_X11_SYM(int,XPeekEvent,(Display* a,XEvent* b)) 108SDL_X11_SYM(int,XPending,(Display* a)) 109SDL_X11_SYM(XImage*,XGetImage,(Display* a,Drawable b,int c, int d,unsigned int e,unsigned int f,unsigned long g,int h)) 110SDL_X11_SYM(int,XPutImage,(Display* a,Drawable b,GC c,XImage* d,int e,int f,int g,int h,unsigned int i,unsigned int j)) 111SDL_X11_SYM(int,XQueryKeymap,(Display* a,char b[32])) 112SDL_X11_SYM(Bool,XQueryPointer,(Display* a,Window b,Window* c,Window* d,int* e,int* f,int* g,int* h,unsigned int* i)) 113SDL_X11_SYM(int,XRaiseWindow,(Display* a,Window b)) 114SDL_X11_SYM(int,XReparentWindow,(Display* a,Window b,Window c,int d,int e)) 115SDL_X11_SYM(int,XResetScreenSaver,(Display* a)) 116SDL_X11_SYM(int,XResizeWindow,(Display* a,Window b,unsigned int c,unsigned int d)) 117SDL_X11_SYM(int,XScreenNumberOfScreen,(Screen* a)) 118SDL_X11_SYM(int,XSelectInput,(Display* a,Window b,long c)) 119SDL_X11_SYM(Status,XSendEvent,(Display* a,Window b,Bool c,long d,XEvent* e)) 120SDL_X11_SYM(XErrorHandler,XSetErrorHandler,(XErrorHandler a)) 121SDL_X11_SYM(int,XSetForeground,(Display* a,GC b,unsigned long c)) 122SDL_X11_SYM(XIOErrorHandler,XSetIOErrorHandler,(XIOErrorHandler a)) 123SDL_X11_SYM(int,XSetInputFocus,(Display *a,Window b,int c,Time d)) 124SDL_X11_SYM(int,XSetSelectionOwner,(Display* a,Atom b,Window c,Time d)) 125SDL_X11_SYM(int,XSetTransientForHint,(Display* a,Window b,Window c)) 126SDL_X11_SYM(void,XSetTextProperty,(Display* a,Window b,XTextProperty* c,Atom d)) 127SDL_X11_SYM(int,XSetWindowBackground,(Display* a,Window b,unsigned long c)) 128SDL_X11_SYM(void,XSetWMHints,(Display* a,Window b,XWMHints* c)) 129SDL_X11_SYM(void,XSetWMNormalHints,(Display* a,Window b,XSizeHints* c)) 130SDL_X11_SYM(void,XSetWMProperties,(Display* a,Window b,XTextProperty* c,XTextProperty* d,char** e,int f,XSizeHints* g,XWMHints* h,XClassHint* i)) 131SDL_X11_SYM(Status,XSetWMProtocols,(Display* a,Window b,Atom* c,int d)) 132SDL_X11_SYM(int,XStoreColors,(Display* a,Colormap b,XColor* c,int d)) 133SDL_X11_SYM(int,XStoreName,(Display* a,Window b,_Xconst char* c)) 134SDL_X11_SYM(Status,XStringListToTextProperty,(char** a,int b,XTextProperty* c)) 135SDL_X11_SYM(int,XSync,(Display* a,Bool b)) 136SDL_X11_SYM(int,XTextExtents,(XFontStruct* a,_Xconst char* b,int c,int* d,int* e,int* f,XCharStruct* g)) 137SDL_X11_SYM(Bool,XTranslateCoordinates,(Display *a,Window b,Window c,int d,int e,int* f,int* g,Window* h)) 138SDL_X11_SYM(int,XUndefineCursor,(Display* a,Window b)) 139SDL_X11_SYM(int,XUngrabKeyboard,(Display* a,Time b)) 140SDL_X11_SYM(int,XUngrabPointer,(Display* a,Time b)) 141SDL_X11_SYM(int,XUngrabServer,(Display* a)) 142SDL_X11_SYM(int,XUninstallColormap,(Display* a,Colormap b)) 143SDL_X11_SYM(int,XUnloadFont,(Display* a,Font b)) 144SDL_X11_SYM(int,XWarpPointer,(Display* a,Window b,Window c,int d,int e,unsigned int f,unsigned int g,int h,int i)) 145SDL_X11_SYM(int,XWindowEvent,(Display* a,Window b,long c,XEvent* d)) 146SDL_X11_SYM(Status,XWithdrawWindow,(Display* a,Window b,int c)) 147SDL_X11_SYM(VisualID,XVisualIDFromVisual,(Visual* a)) 148SDL_X11_SYM(char*,XGetDefault,(Display* a,_Xconst char* b, _Xconst char* c)) 149SDL_X11_SYM(Bool,XQueryExtension,(Display* a,_Xconst char* b,int* c,int* d,int* e)) 150SDL_X11_SYM(char *,XDisplayString,(Display* a)) 151SDL_X11_SYM(int,XGetErrorText,(Display* a,int b,char* c,int d)) 152SDL_X11_SYM(void,_XEatData,(Display* a,unsigned long b)) 153SDL_X11_SYM(void,_XFlush,(Display* a)) 154SDL_X11_SYM(void,_XFlushGCCache,(Display* a,GC b)) 155SDL_X11_SYM(int,_XRead,(Display* a,char* b,long c)) 156SDL_X11_SYM(void,_XReadPad,(Display* a,char* b,long c)) 157SDL_X11_SYM(void,_XSend,(Display* a,_Xconst char* b,long c)) 158SDL_X11_SYM(Status,_XReply,(Display* a,xReply* b,int c,Bool d)) 159SDL_X11_SYM(unsigned long,_XSetLastRequestRead,(Display* a,xGenericReply* b)) 160SDL_X11_SYM(SDL_X11_XSynchronizeRetType,XSynchronize,(Display* a,Bool b)) 161SDL_X11_SYM(SDL_X11_XESetWireToEventRetType,XESetWireToEvent,(Display* a,int b,SDL_X11_XESetWireToEventRetType c)) 162SDL_X11_SYM(SDL_X11_XESetEventToWireRetType,XESetEventToWire,(Display* a,int b,SDL_X11_XESetEventToWireRetType c)) 163SDL_X11_SYM(void,XRefreshKeyboardMapping,(XMappingEvent *a)) 164SDL_X11_SYM(int,XQueryTree,(Display* a,Window b,Window* c,Window* d,Window** e,unsigned int* f)) 165SDL_X11_SYM(Bool,XSupportsLocale,(void)) 166SDL_X11_SYM(Status,XmbTextListToTextProperty,(Display* a,char** b,int c,XICCEncodingStyle d,XTextProperty* e)) 167SDL_X11_SYM(Region,XCreateRegion,(void)) 168SDL_X11_SYM(int,XUnionRectWithRegion,(XRectangle *a, Region b, Region c)) 169SDL_X11_SYM(void,XDestroyRegion,(Region)) 170SDL_X11_SYM(void,XrmInitialize,(void)) 171SDL_X11_SYM(char*,XResourceManagerString,(Display *display)) 172SDL_X11_SYM(XrmDatabase,XrmGetStringDatabase,(char *data)) 173SDL_X11_SYM(void,XrmDestroyDatabase,(XrmDatabase db)) 174SDL_X11_SYM(Bool,XrmGetResource,(XrmDatabase db, char* str_name, char* str_class, char **str_type_return, XrmValue *)) 175SDL_X11_SYM(int,XGetPointerMapping,(Display *a, unsigned char *b, unsigned int c)) 176 177#ifdef SDL_VIDEO_DRIVER_X11_XFIXES 178SDL_X11_MODULE(XFIXES) 179SDL_X11_SYM(PointerBarrier, XFixesCreatePointerBarrier, (Display* a, Window b, int c, int d, int e, int f, int g, int h, int *i)) 180SDL_X11_SYM(void, XFixesDestroyPointerBarrier, (Display* a, PointerBarrier b)) 181SDL_X11_SYM(int, XIBarrierReleasePointer,(Display* a, int b, PointerBarrier c, BarrierEventID d)) // this is actually Xinput2 182SDL_X11_SYM(Status, XFixesQueryVersion,(Display* a, int* b, int* c)) 183SDL_X11_SYM(Status, XFixesSelectSelectionInput, (Display* a, Window b, Atom c, unsigned long d)) 184#endif 185 186#ifdef SDL_VIDEO_DRIVER_X11_XSYNC 187SDL_X11_MODULE(XSYNC) 188SDL_X11_SYM(Status, XSyncQueryExtension, (Display* a, int* b, int* c)) 189SDL_X11_SYM(Status, XSyncInitialize, (Display* a, int* b, int* c)) 190SDL_X11_SYM(XSyncCounter, XSyncCreateCounter, (Display* a, XSyncValue b)) 191SDL_X11_SYM(Status, XSyncDestroyCounter, (Display* a, XSyncCounter b)) 192SDL_X11_SYM(Status, XSyncSetCounter, (Display* a, XSyncCounter b, XSyncValue c)) 193#endif 194 195#ifdef SDL_VIDEO_DRIVER_X11_XTEST 196SDL_X11_MODULE(XTEST) 197SDL_X11_SYM(Status, XTestQueryExtension, (Display* a, int* b, int* c)) 198SDL_X11_SYM(int, XTestFakeMotionEvent, (Display* a, int b, int c, int d, unsigned long e)) 199#endif 200 201#ifdef SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 202SDL_X11_SYM(Bool,XGetEventData,(Display* a,XGenericEventCookie* b)) 203SDL_X11_SYM(void,XFreeEventData,(Display* a,XGenericEventCookie* b)) 204#endif 205 206#ifdef SDL_VIDEO_DRIVER_X11_HAS_XKBLIB 207SDL_X11_SYM(Bool,XkbQueryExtension,(Display* a,int * b,int * c,int * d,int * e, int *f)) 208SDL_X11_SYM(KeySym,XkbKeycodeToKeysym,(Display* a, KeyCode b, unsigned int c, unsigned int d)) 209SDL_X11_SYM(Bool,XkbSelectEvents,(Display* a, unsigned int b, unsigned int c, unsigned long d)) 210SDL_X11_SYM(Bool,XkbSelectEventDetails,(Display* a, unsigned int b, unsigned int c, unsigned long d, unsigned long e)) 211SDL_X11_SYM(Status,XkbGetNames,(Display *a, unsigned int b, XkbDescPtr c)) 212SDL_X11_SYM(Status,XkbGetState,(Display* a,unsigned int b,XkbStatePtr c)) 213SDL_X11_SYM(Status,XkbGetUpdatedMap,(Display* a,unsigned int b,XkbDescPtr c)) 214SDL_X11_SYM(XkbDescPtr,XkbGetMap,(Display* a,unsigned int b,unsigned int c)) 215SDL_X11_SYM(void,XkbFreeClientMap,(XkbDescPtr a,unsigned int b, Bool c)) 216SDL_X11_SYM(void,XkbFreeKeyboard,(XkbDescPtr a,unsigned int b, Bool c)) 217SDL_X11_SYM(Status,XkbRefreshKeyboardMapping,(XkbMapNotifyEvent *a)) 218SDL_X11_SYM(Bool,XkbSetDetectableAutoRepeat,(Display* a, Bool b, Bool* c)) 219#endif 220 221#ifdef X_HAVE_UTF8_STRING 222SDL_X11_MODULE(UTF8) 223SDL_X11_SYM(int,Xutf8TextListToTextProperty,(Display* a,char** b,int c,XICCEncodingStyle d,XTextProperty* e)) 224SDL_X11_SYM(int,Xutf8LookupString,(XIC a,XKeyPressedEvent* b,char* c,int d,KeySym* e,Status* f)) 225SDL_X11_SYM(XIC,XCreateIC,(XIM,...)) 226SDL_X11_SYM(void,XDestroyIC,(XIC a)) 227SDL_X11_SYM(char*,XGetICValues,(XIC,...)) 228SDL_X11_SYM(char*,XSetICValues,(XIC,...)) 229SDL_X11_SYM(XVaNestedList,XVaCreateNestedList,(int, ...)) 230SDL_X11_SYM(void,XSetICFocus,(XIC a)) 231SDL_X11_SYM(void,XUnsetICFocus,(XIC a)) 232SDL_X11_SYM(XIM,XOpenIM,(Display* a,struct _XrmHashBucketRec* b,char* c,char* d)) 233SDL_X11_SYM(Status,XCloseIM,(XIM a)) 234SDL_X11_SYM(void,Xutf8DrawString,(Display *a, Drawable b, XFontSet c, GC d, int e, int f, _Xconst char *g, int h)) 235SDL_X11_SYM(int,Xutf8TextExtents,(XFontSet a, _Xconst char* b, int c, XRectangle* d, XRectangle* e)) 236SDL_X11_SYM(char*,XSetLocaleModifiers,(const char *a)) 237SDL_X11_SYM(char*,Xutf8ResetIC,(XIC a)) 238SDL_X11_SYM(XFontSetExtents*,XExtentsOfFontSet,(XFontSet a)) 239SDL_X11_SYM(Bool,XContextDependentDrawing,(XFontSet a)) 240#endif 241 242 243#ifndef NO_SHARED_MEMORY 244SDL_X11_MODULE(SHM) 245SDL_X11_SYM(Status,XShmAttach,(Display* a,XShmSegmentInfo* b)) 246SDL_X11_SYM(Status,XShmDetach,(Display* a,XShmSegmentInfo* b)) 247SDL_X11_SYM(Status,XShmPutImage,(Display* a,Drawable b,GC c,XImage* d,int e,int f,int g,int h,unsigned int i,unsigned int j,Bool k)) 248SDL_X11_SYM(Status,XShmGetImage,(Display* a,Drawable b,XImage *c,int d, int e, unsigned long f)) 249SDL_X11_SYM(XImage*,XShmCreateImage,(Display* a,Visual* b,unsigned int c,int d,char* e,XShmSegmentInfo* f,unsigned int g,unsigned int h)) 250SDL_X11_SYM(Pixmap,XShmCreatePixmap,(Display *a,Drawable b,char* c,XShmSegmentInfo* d, unsigned int e, unsigned int f, unsigned int g)) 251SDL_X11_SYM(Bool,XShmQueryExtension,(Display* a)) 252SDL_X11_SYM(Status,XShmQueryVersion,(Display* a, int *b, int *c, Bool *d)) 253SDL_X11_SYM(int,XShmPixmapFormat,(Display* a)) 254#endif 255 256/* 257 * Not required...these only exist in code in headers on some 64-bit platforms, 258 * and are removed via macros elsewhere, so it's safe for them to be missing. 259 */ 260#ifdef LONG64 261SDL_X11_MODULE(IO_32BIT) 262SDL_X11_SYM(int,_XData32,(Display *dpy,register _Xconst long *data,unsigned len)) 263SDL_X11_SYM(void,_XRead32,(Display *dpy,register long *data,long len)) 264#endif 265 266/* 267 * These only show up on some variants of Unix. 268 */ 269#ifdef SDL_PLATFORM_OSF 270SDL_X11_MODULE(OSF_ENTRY_POINTS) 271SDL_X11_SYM(void,_SmtBufferOverflow,(Display *dpy,register smtDisplayPtr p)) 272SDL_X11_SYM(void,_SmtIpError,(Display *dpy,register smtDisplayPtr p,int i)) 273SDL_X11_SYM(int,ipAllocateData,(ChannelPtr a,IPCard b,IPDataPtr * c)) 274SDL_X11_SYM(int,ipUnallocateAndSendData,(ChannelPtr a,IPCard b)) 275#endif 276 277// XCursor support 278#ifdef SDL_VIDEO_DRIVER_X11_XCURSOR 279SDL_X11_MODULE(XCURSOR) 280SDL_X11_SYM(XcursorImage*,XcursorImageCreate,(int a,int b)) 281SDL_X11_SYM(XcursorImages*,XcursorImagesCreate,(int a)) 282SDL_X11_SYM(void,XcursorImageDestroy,(XcursorImage *a)) 283SDL_X11_SYM(void,XcursorImagesDestroy,(XcursorImages *a)) 284SDL_X11_SYM(Cursor,XcursorImageLoadCursor,(Display *a,const XcursorImage *b)) 285SDL_X11_SYM(Cursor,XcursorImagesLoadCursor,(Display *a,const XcursorImages *b)) 286SDL_X11_SYM(Cursor,XcursorLibraryLoadCursor,(Display *a, const char *b)) 287#endif 288 289// Xdbe support 290#ifdef SDL_VIDEO_DRIVER_X11_XDBE 291SDL_X11_MODULE(XDBE) 292SDL_X11_SYM(Status,XdbeQueryExtension,(Display *dpy,int *major_version_return,int *minor_version_return)) 293SDL_X11_SYM(XdbeBackBuffer,XdbeAllocateBackBufferName,(Display *dpy,Window window,XdbeSwapAction swap_action)) 294SDL_X11_SYM(Status,XdbeDeallocateBackBufferName,(Display *dpy,XdbeBackBuffer buffer)) 295SDL_X11_SYM(Status,XdbeSwapBuffers,(Display *dpy,XdbeSwapInfo *swap_info,int num_windows)) 296SDL_X11_SYM(Status,XdbeBeginIdiom,(Display *dpy)) 297SDL_X11_SYM(Status,XdbeEndIdiom,(Display *dpy)) 298SDL_X11_SYM(XdbeScreenVisualInfo*,XdbeGetVisualInfo,(Display *dpy,Drawable *screen_specifiers,int *num_screens)) 299SDL_X11_SYM(void,XdbeFreeVisualInfo,(XdbeScreenVisualInfo *visual_info)) 300SDL_X11_SYM(XdbeBackBufferAttributes*,XdbeGetBackBufferAttributes,(Display *dpy,XdbeBackBuffer buffer)) 301#endif 302 303// XInput2 support for multiple mice, tablets, etc. 304#ifdef SDL_VIDEO_DRIVER_X11_XINPUT2 305SDL_X11_MODULE(XINPUT2) 306SDL_X11_SYM(XIDeviceInfo*,XIQueryDevice,(Display *a,int b,int *c)) 307SDL_X11_SYM(void,XIFreeDeviceInfo,(XIDeviceInfo *a)) 308SDL_X11_SYM(int,XISelectEvents,(Display *a,Window b,XIEventMask *c,int d)) 309SDL_X11_SYM(int,XIGrabTouchBegin,(Display *a,int b,Window c,int d,XIEventMask *e,int f,XIGrabModifiers *g)) 310SDL_X11_SYM(int,XIUngrabTouchBegin, (Display *a,int b,Window c, int d,XIGrabModifiers *e)) 311SDL_X11_SYM(Status,XIQueryVersion,(Display *a,int *b,int *c)) 312SDL_X11_SYM(XIEventMask*,XIGetSelectedEvents,(Display *a,Window b,int *c)) 313SDL_X11_SYM(Bool,XIGetClientPointer,(Display *a,Window b,int *c)) 314SDL_X11_SYM(Bool,XIWarpPointer,(Display *a,int b,Window c,Window d,double e,double f,int g,int h,double i,double j)) 315SDL_X11_SYM(Status,XIGetProperty,(Display *a,int b,Atom c,long d,long e,Bool f, Atom g, Atom *h, int *i, unsigned long *j, unsigned long *k, unsigned char **l)) 316#endif 317 318// XRandR support 319#ifdef SDL_VIDEO_DRIVER_X11_XRANDR 320SDL_X11_MODULE(XRANDR) 321SDL_X11_SYM(Status,XRRQueryVersion,(Display *dpy,int *major_versionp,int *minor_versionp)) 322SDL_X11_SYM(Bool,XRRQueryExtension,(Display *dpy,int *event_base_return,int *error_base_return)) 323SDL_X11_SYM(XRRScreenConfiguration *,XRRGetScreenInfo,(Display *dpy,Drawable draw)) 324SDL_X11_SYM(SizeID,XRRConfigCurrentConfiguration,(XRRScreenConfiguration *config,Rotation *rotation)) 325SDL_X11_SYM(short,XRRConfigCurrentRate,(XRRScreenConfiguration *config)) 326SDL_X11_SYM(short *,XRRConfigRates,(XRRScreenConfiguration *config,int sizeID,int *nrates)) 327SDL_X11_SYM(XRRScreenSize *,XRRConfigSizes,(XRRScreenConfiguration *config,int *nsizes)) 328SDL_X11_SYM(Status,XRRSetScreenConfigAndRate,(Display *dpy,XRRScreenConfiguration *config,Drawable draw,int size_index,Rotation rotation,short rate,Time timestamp)) 329SDL_X11_SYM(void,XRRFreeScreenConfigInfo,(XRRScreenConfiguration *config)) 330SDL_X11_SYM(void,XRRSetScreenSize,(Display *dpy, Window window,int width, int height,int mmWidth, int mmHeight)) 331SDL_X11_SYM(Status,XRRGetScreenSizeRange,(Display *dpy, Window window,int *minWidth, int *minHeight, int *maxWidth, int *maxHeight)) 332SDL_X11_SYM(XRRScreenResources *,XRRGetScreenResources,(Display *dpy, Window window)) 333SDL_X11_SYM(XRRScreenResources *,XRRGetScreenResourcesCurrent,(Display *dpy, Window window)) 334SDL_X11_SYM(void,XRRFreeScreenResources,(XRRScreenResources *resources)) 335SDL_X11_SYM(XRROutputInfo *,XRRGetOutputInfo,(Display *dpy, XRRScreenResources *resources, RROutput output)) 336SDL_X11_SYM(void,XRRFreeOutputInfo,(XRROutputInfo *outputInfo)) 337SDL_X11_SYM(XRRCrtcInfo *,XRRGetCrtcInfo,(Display *dpy, XRRScreenResources *resources, RRCrtc crtc)) 338SDL_X11_SYM(void,XRRFreeCrtcInfo,(XRRCrtcInfo *crtcInfo)) 339SDL_X11_SYM(Status,XRRSetCrtcConfig,(Display *dpy, XRRScreenResources *resources, RRCrtc crtc, Time timestamp, int x, int y, RRMode mode, Rotation rotation, RROutput *outputs, int noutputs)) 340SDL_X11_SYM(Atom*,XRRListOutputProperties,(Display *dpy, RROutput output, int *nprop)) 341SDL_X11_SYM(XRRPropertyInfo*,XRRQueryOutputProperty,(Display *dpy,RROutput output, Atom property)) 342SDL_X11_SYM(int,XRRGetOutputProperty,(Display *dpy,RROutput output, Atom property, long offset, long length, Bool _delete, Bool pending, Atom req_type, Atom *actual_type, int *actual_format, unsigned long *nitems, unsigned long *bytes_after, unsigned char **prop)) 343SDL_X11_SYM(RROutput,XRRGetOutputPrimary,(Display *dpy,Window window)) 344SDL_X11_SYM(void,XRRSelectInput,(Display *dpy, Window window, int mask)) 345SDL_X11_SYM(Status,XRRGetCrtcTransform,(Display *dpy,RRCrtc crtc,XRRCrtcTransformAttributes **attributes)) 346#endif 347 348// MIT-SCREEN-SAVER support 349#ifdef SDL_VIDEO_DRIVER_X11_XSCRNSAVER 350SDL_X11_MODULE(XSS) 351SDL_X11_SYM(Bool,XScreenSaverQueryExtension,(Display *dpy,int *event_base,int *error_base)) 352SDL_X11_SYM(Status,XScreenSaverQueryVersion,(Display *dpy,int *major_versionp,int *minor_versionp)) 353SDL_X11_SYM(void,XScreenSaverSuspend,(Display *dpy,Bool suspend)) 354#endif 355 356#ifdef SDL_VIDEO_DRIVER_X11_XSHAPE 357SDL_X11_MODULE(XSHAPE) 358SDL_X11_SYM(void,XShapeCombineMask,(Display *dpy,Window dest,int dest_kind,int x_off,int y_off,Pixmap src,int op)) 359SDL_X11_SYM(void,XShapeCombineRegion,(Display *a,Window b,int c,int d,int e,Region f,int g)) 360#endif 361 362#undef SDL_X11_MODULE 363#undef SDL_X11_SYM 364 365/* *INDENT-ON* */ // clang-format on 366[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.