summaryrefslogtreecommitdiff
path: root/www/vrweb/files/patch-ae
blob: 8482d029230603cdc496d79afade161c1301c324 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- src/harmony/scene/mesacontext.C.orig	Wed Feb 26 02:06:48 1997
+++ src/harmony/scene/mesacontext.C	Fri Oct 22 15:19:42 1999
@@ -95,8 +95,8 @@
 
 #include <IV-X11/Xdefs.h>      /* Display, Font of X11 */
 /* include <mesa/GL/xmesa.h> */
-#include <mesa/GL/glx.h>
-#include <mesa/GL/glu.h>
+#include <GL/glx.h>
+#include <GL/glu.h>
 #include <IV-X11/Xundefs.h>  /* get back to IV's names */
 
 #include <iostream.h>
@@ -236,6 +236,7 @@
     xdpy, &xvisinfo_, 1,  // rgb mode
     0,  // no alpha planes (Mesa 2.0)
     double_buffered_,
+    0,
     imgcontext,  // ximage or pixmap
     1, 0, 0,  // depth buffer, no stencil, no accum (Mesa 2.0)
     0  // level (Mesa 2.0)