mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ab65eb212b
fastx11, because for some reason it reportedly doesn't work in 16bpp mode, which most people use (I use 24bpp). Sorry for being so late about this. Submitted by: green
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
--- opengl/gl_struct.h.orig Wed Jan 26 14:38:19 2000
|
|
+++ opengl/gl_struct.h Sun Apr 2 16:43:51 2000
|
|
@@ -2,7 +2,7 @@
|
|
#define __GL_STRUCT_H__
|
|
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <GL/gl.h>
|
|
#include <GL/glu.h>
|