diff options
Diffstat (limited to 'graphics/freeglut/files/patch-progs::demos::Fractals_random::fractals_random.c')
-rw-r--r-- | graphics/freeglut/files/patch-progs::demos::Fractals_random::fractals_random.c | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/graphics/freeglut/files/patch-progs::demos::Fractals_random::fractals_random.c b/graphics/freeglut/files/patch-progs::demos::Fractals_random::fractals_random.c index 6c57c49b571b..4d97f39f1720 100644 --- a/graphics/freeglut/files/patch-progs::demos::Fractals_random::fractals_random.c +++ b/graphics/freeglut/files/patch-progs::demos::Fractals_random::fractals_random.c @@ -1,20 +1,20 @@ ---- progs/demos/Fractals_random/fractals_random.c.orig Tue Sep 23 07:17:13 2003 -+++ progs/demos/Fractals_random/fractals_random.c Sat Oct 4 02:43:15 2003 +--- progs/demos/Fractals_random/fractals_random.c.orig Thu Dec 11 02:32:08 2003 ++++ progs/demos/Fractals_random/fractals_random.c Sat Dec 13 10:17:10 2003 @@ -20,7 +20,7 @@ - * Escape - quit
- */
-
--#include <GL/freeglut.h>
-+#include <../../../include/GL/freeglut.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <math.h>
-@@ -253,7 +253,7 @@ - if ( argc > 1 )
- readConfigFile ( argv[1] ) ;
- else
-- readConfigFile ( "fractals.dat" ) ;
-+ readConfigFile ( "/usr/local/share/examples/freeglut/fractals.dat" ) ;
-
- glutInit(&argc, argv);
- glutInitWindowSize(500, 250);
+ * Escape - quit + */ + +-#include <GL/freeglut.h> ++#include "../../../include/GL/freeglut.h" + #include <stdio.h> + #include <stdlib.h> + #include <math.h> +@@ -346,7 +346,7 @@ + if ( argc > 1 ) + readConfigFile ( argv[1] ) ; + else +- readConfigFile ( "fractals.dat" ) ; ++ readConfigFile ( "/usr/local/share/examples/freeglut/fractals.dat" ) ; + + fractal_window = glutCreateWindow( window_title ); + |