comparison src/video/x11/SDL_x11events.c @ 3011:8f4ed5ec2b06

I ran a global "make indent" it modified the following files.
author Bob Pendleton <bob@pendleton.com>
date Fri, 09 Jan 2009 20:43:30 +0000
parents 699d68ef2aca
children 8cc00819c8d6
comparison
equal deleted inserted replaced
3010:a6694a812119 3011:8f4ed5ec2b06
309 xevent.xbutton.button); 309 xevent.xbutton.button);
310 break; 310 break;
311 } 311 }
312 continue; 312 continue;
313 } 313 }
314
315 #if SDL_VIDEO_DRIVER_X11_XINPUT 314 #if SDL_VIDEO_DRIVER_X11_XINPUT
316 data = (X11_MouseData *) mouse->driverdata; 315 data = (X11_MouseData *) mouse->driverdata;
317 if (xevent.type == data->motion) { 316 if (xevent.type == data->motion) {
318 XDeviceMotionEvent *move = 317 XDeviceMotionEvent *move =
319 (XDeviceMotionEvent *) & xevent; 318 (XDeviceMotionEvent *) & xevent;