1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/vrweb/files/patch-ae

22 lines
676 B
Plaintext
Raw Normal View History

--- 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)