diff src/video/x11/SDL_x11events.c @ 3013:8cc00819c8d6

Reverted Bob's indent checkin
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Jan 2009 21:50:26 +0000
parents 8f4ed5ec2b06
children adbb7f8afd2d
line wrap: on
line diff
--- a/src/video/x11/SDL_x11events.c	Sat Jan 10 18:32:24 2009 +0000
+++ b/src/video/x11/SDL_x11events.c	Sat Jan 10 21:50:26 2009 +0000
@@ -311,6 +311,7 @@
                     }
                     continue;
                 }
+
 #if SDL_VIDEO_DRIVER_X11_XINPUT
                 data = (X11_MouseData *) mouse->driverdata;
                 if (xevent.type == data->motion) {