Skip to content

Commit

Permalink
Date: Sat, 1 Mar 2003 16:13:57 -0500
Browse files Browse the repository at this point in the history
From: Wilbern Cobb
Subject: OpenBSD/sparc64 video init fix

This patch fixes remote X sessions on OpenBSD/sparc64.
  • Loading branch information
slouken committed Mar 6, 2003
1 parent 05cca0e commit ab6182f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video/x11/SDL_x11modes.c
Expand Up @@ -310,8 +310,8 @@ int X11_GetVideoModes(_THIS)
fclose(metro_fp);
}
}
#if defined(__alpha__) || defined(__powerpc__)
/* The alpha and PPC XFree86 servers are also buggy */
#if defined(__alpha__) || defined(__sparc64__) || defined(__powerpc__)
/* The alpha, sparc64 and PPC XFree86 servers are also buggy */
buggy_X11 = 1;
#endif
/* Enumerate the available fullscreen modes */
Expand Down

0 comments on commit ab6182f

Please sign in to comment.