1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/games/tuxkart/files/patch-src::gfx.cxx
Patrick Li af490e0659 Update to 0.1.0
PR:		40242
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-06 01:40:39 +00:00

32 lines
579 B
C++

--- 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 ;
}