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
Don't redraw background for more than the dirty rectangle in x11 driver, we will not redraw foreground there
tags/v0.99.beta17
Pascal Terjan
pterjan
hace 15 años
padre
162613b630
commit
de5be87d0e
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
@@ -311,7 +311,7 @@ static void x11_display(caca_display_t *dp)
uint16_t bg = caca_attr_to_rgb12_bg(*attrs);
len = 1;
while(x + len <
width
while(x + len <
dx + dw
&& caca_attr_to_rgb12_bg(attrs[len]) == bg)
len++;
Escribir
Vista previa
Cargando…
Cancelar
Guardar