diff src/events/SDL_mouse.c @ 3188:102b7880543a

Whoops, didn't mean to commit unfinished patch
author Sam Lantinga <slouken@libsdl.org>
date Wed, 10 Jun 2009 13:46:54 +0000
parents 51750b7a966f
children 91b335df6fc8
line wrap: on
line diff
--- a/src/events/SDL_mouse.c	Wed Jun 10 13:38:19 2009 +0000
+++ b/src/events/SDL_mouse.c	Wed Jun 10 13:46:54 2009 +0000
@@ -369,7 +369,6 @@
         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;