summaryrefslogtreecommitdiff
path: root/graphics/freeglut/files/patch-progs::demos::Fractals::fractals.c
blob: 89a3ebe7af57f636b23427dd125a6e0404bd15f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- progs/demos/Fractals/fractals.c.orig	Sun Sep 21 15:47:36 2003
+++ progs/demos/Fractals/fractals.c	Mon Sep 29 23:35:43 2003
@@ -18,7 +18,7 @@
  *  Escape - quit
  */
 
-#include <GL/freeglut.h>
+#include "../../../include/GL/freeglut.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <math.h>
@@ -262,7 +262,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);