Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11window.c @ 2942:1e431c2631ee
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 01 Jan 2009 08:21:19 +0000 |
parents | b93965a16fe0 |
children | e38423786728 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11window.c Thu Jan 01 08:19:56 2009 +0000 +++ b/src/video/x11/SDL_x11window.c Thu Jan 01 08:21:19 2009 +0000 @@ -534,7 +534,7 @@ X11_MouseData *data; mouse = SDL_GetMouse(i); - data = (X11_MouseData *)mouse->driverdata; + data = (X11_MouseData *) mouse->driverdata; if (!data) { continue; }