--- a/src/video/x11/SDL_x11modes.c Sat Oct 06 11:23:47 2012 -0700
+++ b/src/video/x11/SDL_x11modes.c Sat Oct 06 12:16:32 2012 -0700
@@ -685,9 +685,9 @@
#ifdef X11MODES_DEBUG
printf("VidMode modes: (unsorted)\n");
for (i = 0; i < nmodes; ++i) {
- printf("Mode %d: %d x %d @ %d\n", i,
+ printf("Mode %d: %d x %d @ %d, flags: 0x%x\n", i,
modes[i]->hdisplay, modes[i]->vdisplay,
- CalculateXVidModeRefreshRate(modes[i]));
+ CalculateXVidModeRefreshRate(modes[i]), modes[i]->flags);
}
#endif
for (i = 0; i < nmodes; ++i) {