Commit 3fb93793 authored by Sam Lantinga's avatar Sam Lantinga

Hopefully the X servers have been fixed (in 5 years) :)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401265
parent 3cc77ac9
...@@ -324,9 +324,11 @@ int X11_GetVideoModes(_THIS) ...@@ -324,9 +324,11 @@ int X11_GetVideoModes(_THIS)
fclose(metro_fp); fclose(metro_fp);
} }
} }
#if 0 /* Let's try this again... hopefully X servers have improved... */
#if defined(__alpha__) || defined(__sparc64__) || defined(__powerpc__) #if defined(__alpha__) || defined(__sparc64__) || defined(__powerpc__)
/* The alpha, sparc64 and PPC XFree86 servers are also buggy */ /* The alpha, sparc64 and PPC XFree86 servers are also buggy */
buggy_X11 = 1; buggy_X11 = 1;
#endif
#endif #endif
/* Enumerate the available fullscreen modes */ /* Enumerate the available fullscreen modes */
if ( ! buggy_X11 ) { if ( ! buggy_X11 ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment