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
* Differentiate between • and ● in the X11 rendering overrides.
tags/v0.99.beta14
Sam Hocevar
sam
hace 17 años
padre
1e67bd5400
commit
a6cb886e4a
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
caca/driver_x11.c
+ 1
- 1
caca/driver_x11.c
Ver fichero
@@ -718,7 +718,7 @@ static void x11_put_glyph(caca_display_t *dp, int x, int y, int yoff,
{
int d, xo, yo;
d = fw;
d = fw
>> (~ch & 0x1)
;
/* XXX: hack */
if(h < fw)
d = h;
if(d < 1)
Escribir
Vista previa
Cargando…
Cancelar
Guardar