SOURCES: vdrift-gcc42.patch (NEW) - new by Piotr Grymkowski <grym3...

megabajt megabajt at pld-linux.org
Sat Apr 7 11:12:56 CEST 2007


Author: megabajt                     Date: Sat Apr  7 09:12:56 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new by Piotr Grymkowski <grym3k at o2.pl>

---- Files affected:
SOURCES:
   vdrift-gcc42.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vdrift-gcc42.patch
diff -u /dev/null SOURCES/vdrift-gcc42.patch:1.1
--- /dev/null	Sat Apr  7 11:12:56 2007
+++ SOURCES/vdrift-gcc42.patch	Sat Apr  7 11:12:51 2007
@@ -0,0 +1,20 @@
+--- ./build/vdrift-2007-03-23-src/src/main.cpp~	2007-03-22 07:09:55.000000000 +0000
++++ ./build/vdrift-2007-03-23-src/src/main.cpp	2007-08-21 09:03:59.000000000 +0000
+@@ -976,7 +976,7 @@
+ }
+ 
+ // general OpenGL initialization function
+-void InitGL( GLvoid )
++void InitGL( void )
+ {
+ 	//warning:  this must be done BEFORE anything important
+ 	//or else it will override it
+@@ -1150,7 +1150,7 @@
+ }
+ 
+ // Here goes our drawing code
+-int drawGLScene( GLvoid )
++int drawGLScene( void )
+ {
+ 	glViewport(0,0,SCREEN_WIDTH, SCREEN_HEIGHT);
+ 	
================================================================


More information about the pld-cvs-commit mailing list