Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11sym.h @ 2299:a7cbc25071b6
Enabled key board auto repeat in X11_InitKeyboard.c. Had to add a couple of new Xlib symbols.
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Sat, 12 Jan 2008 18:07:06 +0000 |
parents | 2032348afed1 |
children | c97ad1abe05b |
comparison
equal
deleted
inserted
replaced
2298:41d2599b7117 | 2299:a7cbc25071b6 |
---|---|
27 SDL_X11_SYM(Status,XAllocColor,(Display* a,Colormap b,XColor* c),(a,b,c),return) | 27 SDL_X11_SYM(Status,XAllocColor,(Display* a,Colormap b,XColor* c),(a,b,c),return) |
28 SDL_X11_SYM(Status,XAllocColorCells,(Display *a,Colormap b,Bool c,unsigned long d[],unsigned int e,unsigned long f[],unsigned int g),(a,b,c,d,e,f,g),return) | 28 SDL_X11_SYM(Status,XAllocColorCells,(Display *a,Colormap b,Bool c,unsigned long d[],unsigned int e,unsigned long f[],unsigned int g),(a,b,c,d,e,f,g),return) |
29 SDL_X11_SYM(XSizeHints*,XAllocSizeHints,(void),(),return) | 29 SDL_X11_SYM(XSizeHints*,XAllocSizeHints,(void),(),return) |
30 SDL_X11_SYM(XStandardColormap *,XAllocStandardColormap,(void),(),return) | 30 SDL_X11_SYM(XStandardColormap *,XAllocStandardColormap,(void),(),return) |
31 SDL_X11_SYM(XWMHints*,XAllocWMHints,(void),(),return) | 31 SDL_X11_SYM(XWMHints*,XAllocWMHints,(void),(),return) |
32 SDL_X11_SYM(int,XAutoRepeatOn,(Display* a),(a),return) | |
33 SDL_X11_SYM(int,XAutoRepeatOff,(Display* a),(a),return) | |
32 SDL_X11_SYM(int,XChangePointerControl,(Display* a,Bool b,Bool c,int d,int e,int f),(a,b,c,d,e,f),return) | 34 SDL_X11_SYM(int,XChangePointerControl,(Display* a,Bool b,Bool c,int d,int e,int f),(a,b,c,d,e,f),return) |
33 SDL_X11_SYM(int,XChangeProperty,(Display* a,Window b,Atom c,Atom d,int e,int f,_Xconst unsigned char* g,int h),(a,b,c,d,e,f,g,h),return) | 35 SDL_X11_SYM(int,XChangeProperty,(Display* a,Window b,Atom c,Atom d,int e,int f,_Xconst unsigned char* g,int h),(a,b,c,d,e,f,g,h),return) |
34 SDL_X11_SYM(int,XChangeWindowAttributes,(Display* a,Window b,unsigned long c,XSetWindowAttributes* d),(a,b,c,d),return) | 36 SDL_X11_SYM(int,XChangeWindowAttributes,(Display* a,Window b,unsigned long c,XSetWindowAttributes* d),(a,b,c,d),return) |
35 SDL_X11_SYM(Bool,XCheckWindowEvent,(Display* a,Window b,long c,XEvent* d),(a,b,c,d),return) | 37 SDL_X11_SYM(Bool,XCheckWindowEvent,(Display* a,Window b,long c,XEvent* d),(a,b,c,d),return) |
36 SDL_X11_SYM(int,XClearWindow,(Display* a,Window b),(a,b),return) | 38 SDL_X11_SYM(int,XClearWindow,(Display* a,Window b),(a,b),return) |