mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Removing extra semicolons
This commit is contained in:
parent
fd2a266549
commit
d03c7cdf17
2 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ struct SDLTest_TestSuiteRunner {
|
|||
};
|
||||
|
||||
/* ! Timeout for single test case execution */
|
||||
static Uint32 SDLTest_TestCaseTimeout = 3600;;
|
||||
static Uint32 SDLTest_TestCaseTimeout = 3600;
|
||||
|
||||
static const char *common_harness_usage[] = {
|
||||
"[--iterations #]",
|
||||
|
|
|
|||
|
|
@ -290,7 +290,7 @@ SDL_X11_SYM(Status,XIQueryVersion,(Display *a,int *b,int *c),(a,b,c),return)
|
|||
SDL_X11_SYM(XIEventMask*,XIGetSelectedEvents,(Display *a,Window b,int *c),(a,b,c),return)
|
||||
SDL_X11_SYM(Bool,XIGetClientPointer,(Display *a,Window b,int *c),(a,b,c),return)
|
||||
SDL_X11_SYM(Bool,XIWarpPointer,(Display *a,int b,Window c,Window d,double e,double f,int g,int h,double i,double j),(a,b,c,d,e,f,g,h,i,j),return)
|
||||
SDL_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),(a,b,c,d,e,f,g,h,i,j,k,l),return);
|
||||
SDL_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),(a,b,c,d,e,f,g,h,i,j,k,l),return)
|
||||
#endif
|
||||
|
||||
// XRandR support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue