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
* Replaced deprecated cucul_rotate() call with cucul_rotate_180().
tags/v0.99.beta14
Sam Hocevar
sam
18 anos atrás
pai
38f08d7e72
commit
7d12db87b7
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
cxx/cucul++.cpp
+ 1
- 1
cxx/cucul++.cpp
Ver arquivo
@@ -153,7 +153,7 @@ void Cucul::Flop()
void Cucul::Rotate()
{
cucul_rotate(cv);
cucul_rotate
_180
(cv);
}
void Cucul::drawLine(int x1, int y1, int x2, int y2, unsigned long int ch)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar