Commit 429aea30 authored by Sam Lantinga's avatar Sam Lantinga

Date: Sat, 1 Mar 2003 16:13:57 -0500

From: Wilbern Cobb
Subject: OpenBSD/sparc64 video init fix

This patch fixes remote X sessions on OpenBSD/sparc64.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40608
parent 88d4df37
......@@ -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 */
......
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