# HG changeset patch # User Szymon Wilczek # Date 1218702499 0 # Node ID 5f599ed92fb9c35110c9b4a43514d5a59e4e23e7 # Parent a9370b995dede5eaf013340081c01e34b93f9822 Small improvements diff -r a9370b995ded -r 5f599ed92fb9 src/video/win32/SDL_win32mouse.c --- a/src/video/win32/SDL_win32mouse.c Wed Aug 06 11:49:28 2008 +0000 +++ b/src/video/win32/SDL_win32mouse.c Thu Aug 14 08:28:19 2008 +0000 @@ -54,6 +54,7 @@ int tmp=0; char* buffer=NULL; char* tab="wacom";/*since windows does't give us handles to tablets, we have to detect a tablet by it's name*/ + const char *rdp = "rdp_mou"; SDL_VideoData *data = (SDL_VideoData *) _this->driverdata; @@ -78,6 +79,7 @@ for(i=0;i=7) + { + for(j=0;jdriverdata; /*let's delete all of the mouses*/ SDL_MouseQuit(); diff -r a9370b995ded -r 5f599ed92fb9 src/video/win32/SDL_win32window.c --- a/src/video/win32/SDL_win32window.c Wed Aug 06 11:49:28 2008 +0000 +++ b/src/video/win32/SDL_win32window.c Thu Aug 14 08:28:19 2008 +0000 @@ -39,7 +39,7 @@ #include /*we're telling wintab that we want to receive movement, button events and pressure information in packets*/ -#define PACKETDATA ( PK_X | PK_Y | PK_BUTTONS | PK_NORMAL_PRESSURE) +#define PACKETDATA ( PK_X | PK_Y | PK_BUTTONS | PK_NORMAL_PRESSURE | PK_CURSOR) #define PACKETMODE 0 #include