comparison 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
comparison
equal deleted inserted replaced
2941:1d2bc7259f30 2942:1e431c2631ee
532 for (i = 0; i < SDL_GetNumMice(); ++i) { 532 for (i = 0; i < SDL_GetNumMice(); ++i) {
533 SDL_Mouse *mouse; 533 SDL_Mouse *mouse;
534 X11_MouseData *data; 534 X11_MouseData *data;
535 535
536 mouse = SDL_GetMouse(i); 536 mouse = SDL_GetMouse(i);
537 data = (X11_MouseData *)mouse->driverdata; 537 data = (X11_MouseData *) mouse->driverdata;
538 if (!data) { 538 if (!data) {
539 continue; 539 continue;
540 } 540 }
541 541
542 for (j = 0; j < data->num_xevents; ++j) { 542 for (j = 0; j < data->num_xevents; ++j) {