Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
sxiv
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Removed unneeded members from img type
master
Bert Münnich
hace 13 años
padre
c666d30eea
commit
b418df7afc
Se han
modificado 2 ficheros
con
1 adiciones
y
4 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-3
image.h
+1
-1
window.h
+ 0
- 3
image.h
Ver fichero
@@ -55,9 +55,6 @@ typedef struct {
bool aa;
bool alpha;
bool slideshow;
int ss_delay; /* in ms */
multi_img_t multi;
} img_t;
+ 1
- 1
window.h
Ver fichero
@@ -49,7 +49,7 @@ typedef struct {
int x;
int y;
unsigned int w;
unsigned int h;
unsigned int h;
/* = win height - bar height */
unsigned int barh;
unsigned int bw;
Escribir
Vista previa
Cargando…
Cancelar
Guardar