diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-06 01:40:39 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-06 01:40:39 +0000 |
commit | af490e0659adbf7469dcdf94cac8ed39f113d53d (patch) | |
tree | 2eaf9ea9c3fc92c2f5e9da5b99de05052a85b6e1 /games/tuxkart/files/patch-src::gfx.cxx | |
parent | Update to 0.2.3 (diff) |
Update to 0.1.0
PR: 40242
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to '')
-rw-r--r-- | games/tuxkart/files/patch-src::gfx.cxx | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/games/tuxkart/files/patch-src::gfx.cxx b/games/tuxkart/files/patch-src::gfx.cxx new file mode 100644 index 000000000000..343e12084104 --- /dev/null +++ b/games/tuxkart/files/patch-src::gfx.cxx @@ -0,0 +1,31 @@ +--- src/gfx.cxx.orig Sat Nov 10 08:32:52 2001 ++++ src/gfx.cxx Wed Jul 3 04:03:27 2002 +@@ -4,9 +4,11 @@ + #ifndef WIN32 + #include <unistd.h> + #include <string.h> ++#if 0 + #include <sys/io.h> + #include <sys/perm.h> + #endif ++#endif + + static unsigned int lastGLUTKeystroke = 0 ; + +@@ -185,6 +187,7 @@ + glEnd () ; + glFlush () ; + ++#if 0 + static int firsttime = TRUE ; + + if ( firsttime ) +@@ -219,6 +222,8 @@ + outb ( (stereo==-1) ? ~3 : ~2, LPBASE+2 ) ; + stereo = -stereo ; + } ++#endif ++ stereo = 0 ; + } + + |