Skip to content

Commit

Permalink
Hopefully the X servers have been fixed (in 5 years) :)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 25, 2006
1 parent 6ec07f6 commit beea18f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/x11/SDL_x11modes.c
Expand Up @@ -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 ) {
Expand Down

0 comments on commit beea18f

Please sign in to comment.