mirror of
https://github.com/yawut/SDL.git
synced 2026-06-12 19:51:40 -05:00
Hopefully the X servers have been fixed (in 5 years) :)
This commit is contained in:
parent
20d0529355
commit
8d3f0fea3b
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user