5f26ea2048
durring compile and where to look for info on raising soft memory limit - make use of EGCS - fix a few patches that were backwards - add in a few missing patches - mark broken because kdelibs will not compile at the moment
12 lines
326 B
Plaintext
12 lines
326 B
Plaintext
--- kscreensaver/space.cpp.orig Tue Jun 15 09:33:14 1999
|
|
+++ kscreensaver/space.cpp Tue Jun 15 09:33:38 1999
|
|
@@ -105,7 +105,7 @@
|
|
GLenum doubleBuffer, directRender;
|
|
GLint windW, windH;
|
|
|
|
-GLenum flag = NORMAL;
|
|
+GLenum flag = (GLenum)NORMAL;
|
|
GLint starCount = MAXSTARS / 2;
|
|
float speed = 1.0;
|
|
float warpinterval = 30000.0;
|