Mercurial > sdl-ios-xcode
comparison src/video/x11/SDL_x11modes.c @ 1766:410b1ed7fe28
(none)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 04 May 2006 16:52:53 +0000 |
parents | c2c6ff414ef5 |
children | 814f9f2c7a33 |
comparison
equal
deleted
inserted
replaced
1765:c2c6ff414ef5 | 1766:410b1ed7fe28 |
---|---|
840 if ( use_vidmode ) { | 840 if ( use_vidmode ) { |
841 printf("XFree86 VidMode is enabled\n"); | 841 printf("XFree86 VidMode is enabled\n"); |
842 } | 842 } |
843 | 843 |
844 if ( use_xme ) { | 844 if ( use_xme ) { |
845 printf("Xi Graphics XME fullscreen is enabled\n"); | 845 printf("Xi Graphics XME fullscreen is enabled\n"); |
846 } | 846 } |
847 | 847 |
848 if ( SDL_modelist ) { | 848 if ( SDL_modelist ) { |
849 printf("X11 video mode list:\n"); | 849 printf("X11 video mode list:\n"); |
850 for ( i=0; SDL_modelist[i]; ++i ) { | 850 for ( i=0; SDL_modelist[i]; ++i ) { |