Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
3012:7e30c2dc7783 | 3013:8cc00819c8d6 |
---|---|
309 xevent.xbutton.button); | 309 xevent.xbutton.button); |
310 break; | 310 break; |
311 } | 311 } |
312 continue; | 312 continue; |
313 } | 313 } |
314 | |
314 #if SDL_VIDEO_DRIVER_X11_XINPUT | 315 #if SDL_VIDEO_DRIVER_X11_XINPUT |
315 data = (X11_MouseData *) mouse->driverdata; | 316 data = (X11_MouseData *) mouse->driverdata; |
316 if (xevent.type == data->motion) { | 317 if (xevent.type == data->motion) { |
317 XDeviceMotionEvent *move = | 318 XDeviceMotionEvent *move = |
318 (XDeviceMotionEvent *) & xevent; | 319 (XDeviceMotionEvent *) & xevent; |