mirror of
https://github.com/yawut/SDL.git
synced 2026-09-27 02:36:39 -05:00
Hopefully the X servers have been fixed (in 5 years) :)
This commit is contained in:
@@ -324,9 +324,11 @@ int X11_GetVideoModes(_THIS)
|
||||
fclose(metro_fp);
|
||||
}
|
||||
}
|
||||
#if 0 /* Let's try this again... hopefully X servers have improved... */
|
||||
#if defined(__alpha__) || defined(__sparc64__) || defined(__powerpc__)
|
||||
/* The alpha, sparc64 and PPC XFree86 servers are also buggy */
|
||||
buggy_X11 = 1;
|
||||
#endif
|
||||
#endif
|
||||
/* Enumerate the available fullscreen modes */
|
||||
if ( ! buggy_X11 ) {
|
||||
|
||||
Reference in New Issue
Block a user