Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
cacalabs
/
libcaca
espelhamento de
https://github.com/cacalabs/libcaca.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
7
Wiki
Atividade
Ver código fonte
* Fixed glutCheckLoop headers, testing only under MacOSX
tags/v0.99.beta14
Jean-Yves Lamoureux
jylam
18 anos atrás
pai
a473607ef3
commit
8a340a8676
1 arquivos alterados
com
5 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+5
-2
caca/driver_gl.c
+ 5
- 2
caca/driver_gl.c
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar