[Scummvm-cvs-logs] CVS: scummvm fb2opengl.h,1.2,1.3

Max Horn fingolfin at users.sourceforge.net
Thu Jul 4 03:18:07 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv3245

Modified Files:
	fb2opengl.h 
Log Message:
make fb2opengl.h usable on OS X, too

Index: fb2opengl.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/fb2opengl.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fb2opengl.h	17 Jun 2002 13:28:18 -0000	1.2
+++ fb2opengl.h	4 Jul 2002 10:17:56 -0000	1.3
@@ -21,8 +21,8 @@
 /* FrameBuffer renderer in an OpenGL texture
  Andre Souza <asouza at olinux.com.br> */
 
-#include <GL/gl.h>
 #include <SDL.h>
+#include <SDL_opengl.h>
 #include <stdlib.h>
 #include <string.h>
 





More information about the Scummvm-git-logs mailing list