openbsd-ports/graphics/glpng/patches/patch-Example_Test_c
ajacoutot 17f0788a31 Import glpng-1.45.
This is a library for OpenGL to load PNG graphics files as an OpenGL
texture as easily as possible.  It also has a number of options for
generating the alpha channel and mipmaps.

help and ok steven@
2006-11-20 09:35:48 +00:00

15 lines
385 B
Plaintext

$OpenBSD: patch-Example_Test_c,v 1.1.1.1 2006/11/20 09:35:48 ajacoutot Exp $
--- Example/Test.c.orig Sun Nov 19 18:49:52 2006
+++ Example/Test.c Sun Nov 19 18:50:04 2006
@@ -6,8 +6,8 @@
* http://www.wyatt100.freeserve.co.uk/download.htm
*/
-#include <gl/glpng.h>
-#include <gl/glut.h>
+#include <GL/glpng.h>
+#include <GL/glut.h>
#include <stdlib.h>
int angle = 0;