diff src/events/SDL_mouse.c @ 3186:51750b7a966f

indent
author Sam Lantinga <slouken@libsdl.org>
date Wed, 10 Jun 2009 13:34:20 +0000
parents 9b34679fda8b
children 102b7880543a
line wrap: on
line diff
--- a/src/events/SDL_mouse.c	Wed Jun 10 08:09:04 2009 +0000
+++ b/src/events/SDL_mouse.c	Wed Jun 10 13:34:20 2009 +0000
@@ -369,6 +369,7 @@
         event.proximity.y = y;
         event.proximity.cursor = mouse->current_end;
         event.proximity.type = type;
+        event.proximity.windowID = mouse->focus;
         posted = (SDL_PushEvent(&event) > 0);
         if (type == SDL_PROXIMITYIN) {
             mouse->proximity = SDL_TRUE;