Magellan Linux

Annotation of /trunk/libsdl/patches/libsdl-1.2.8-nobuggy-X.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 568 byte(s)
-import

1 niro 144 --- SDL-1.2.6.orig/src/video/x11/SDL_x11modes.c 2003-12-16 05:00:33.000000000 +0100
2     +++ SDL-1.2.6/src/video/x11/SDL_x11modes.c 2003-12-16 05:01:42.000000000 +0100
3     @@ -323,10 +323,6 @@
4     fclose(metro_fp);
5     }
6     }
7     -#if defined(__alpha__) || defined(__sparc64__) || defined(__powerpc__)
8     - /* The alpha, sparc64 and PPC XFree86 servers are also buggy */
9     - buggy_X11 = 1;
10     -#endif
11     /* Enumerate the available fullscreen modes */
12     if ( ! buggy_X11 ) {
13     if ( SDL_NAME(XF86VidModeQueryExtension)(SDL_Display, &vm_event, &vm_error) &&