diff src/events/SDL_mouse.c @ 3840:be9bd1067c6c SDL-ryan-multiple-audio-device

Some fixes that were discovered when trying to get OS/2 audio working again...
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 08 Oct 2006 08:58:36 +0000
parents c121d94672cb
children 003c1b5b07da
line wrap: on
line diff
--- a/src/events/SDL_mouse.c	Sun Oct 08 08:57:28 2006 +0000
+++ b/src/events/SDL_mouse.c	Sun Oct 08 08:58:36 2006 +0000
@@ -165,7 +165,7 @@
     return mouse->focus;
 }
 
-static int
+static int SDLCALL
 FlushMouseMotion(void *param, SDL_Event * event)
 {
     if (event->type == SDL_MOUSEMOTION