Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
cacalabs
/
toilet
réplica de
https://github.com/cacalabs/toilet.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
* Do not try to autocrop a canvas that has only spaces.
pull/1/head
Sam Hocevar
sam
hace 18 años
padre
808a270565
commit
e80a522fcc
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
src/filters.c
+ 3
- 0
src/filters.c
Ver fichero
@@ -51,6 +51,9 @@ void filter_autocrop(cucul_canvas_t *cv)
}
}
if(xmax < xmin || ymax < ymin)
return;
cucul_set_canvas_boundaries(cv, xmin, ymin,
xmax - xmin + 1, ymax - ymin + 1);
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar