Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
cacalabs
/
libcaca
réplica de
https://github.com/cacalabs/libcaca.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
7
Wiki
Actividad
Explorar el Código
* Fixed glutCheckLoop headers, testing only under MacOSX
tags/v0.99.beta14
Jean-Yves Lamoureux
jylam
hace 19 años
padre
a473607ef3
commit
8a340a8676
Se han
modificado 1 ficheros
con
5 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+5
-2
caca/driver_gl.c
+ 5
- 2
caca/driver_gl.c
Ver fichero
@@ -21,11 +21,14 @@
#if defined(USE_GL)
#ifndef USE_GLUTCHECKLOOP
#include <GL/gl.h>
#include <GL/glut.h>
#include <GL/freeglut_ext.h>
#ifdef USE_GLUTCHECKLOOP
#else
/* glutCheckLoop tested only under MacOSX, so using its default headers path */
#include <OpenGL/gl.h>
#include <GLUT/glut.h>
#define glutMainLoopEvent glutCheckLoop
#endif
Escribir
Vista previa
Cargando…
Cancelar
Guardar