# HG changeset patch # User Sam Lantinga # Date 1220198635 0 # Node ID ae653575d4af1cf2c88d03c70da087d14665438a # Parent 204be4fc2726d1ce4a7725600d60c2229d99dea0 indent diff -r 204be4fc2726 -r ae653575d4af include/SDL_config_win32.h --- a/include/SDL_config_win32.h Wed Aug 27 15:10:03 2008 +0000 +++ b/include/SDL_config_win32.h Sun Aug 31 16:03:55 2008 +0000 @@ -71,7 +71,7 @@ #define SDL_HAS_64BIT_TYPE 1 /* Enabled for SDL 1.2 (binary compatibility) */ -//#define HAVE_LIBC 1 +//#define HAVE_LIBC 1 #ifdef HAVE_LIBC /* Useful headers */ #define HAVE_STDIO_H 1 diff -r 204be4fc2726 -r ae653575d4af test/testmmousetablet.c --- a/test/testmmousetablet.c Wed Aug 27 15:10:03 2008 +0000 +++ b/test/testmmousetablet.c Sun Aug 31 16:03:55 2008 +0000 @@ -1,60 +1,67 @@ #include #include "SDL.h" -SDL_Surface* screen; -int quit=0; +SDL_Surface *screen; +int quit = 0; -int main() +int +main() { - SDL_Event event; - int mice; - int i; - printf("Initing...\n"); - if (SDL_Init(0)!=0) { - return 1; - } - if (SDL_InitSubSystem(SDL_INIT_VIDEO)!=0) { - return 1; - } - else { - screen = SDL_SetVideoMode(640, 480, 32, SDL_DOUBLEBUF); - } - mice = SDL_GetNumMice(); - printf("%d pointing devices found\n", mice); - for(i=0; i