changeset 2920 | cdb01906cb7e |
parent 2916 | ffdd533f7add |
child 2945 | e38423786728 |
--- a/src/video/x11/SDL_x11modes.c Thu Dec 25 05:16:18 2008 +0000 +++ b/src/video/x11/SDL_x11modes.c Thu Dec 25 05:26:29 2008 +0000 @@ -157,7 +157,7 @@ displaydata->visual = vinfo.visual; displaydata->depth = vinfo.depth; - displaydata->scanline_pad = SDL_BYTESPERPIXEL(mode.format)*8; + displaydata->scanline_pad = SDL_BYTESPERPIXEL(mode.format) * 8; pixmapFormats = XListPixmapFormats(data->display, &n); if (pixmapFormats) { for (i = 0; i < n; ++i) {