1999-10-22 09:35:49 +00:00
|
|
|
--- 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
|
1999-10-20 10:59:09 +00:00
|
|
|
@@ -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>
|
1999-10-22 09:35:49 +00:00
|
|
|
@@ -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)
|