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
Fixed issue
#47
master
Bert Münnich
hace 12 años
padre
8ab3cee6a5
commit
bca3666862
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
Makefile
+1
-1
window.c
+ 1
- 1
Makefile
Ver fichero
@@ -1,4 +1,4 @@
VERSION = git-201203
16
VERSION = git-201203
28
CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2
+ 1
- 1
window.c
Ver fichero
@@ -206,7 +206,7 @@ void win_open(win_t *win) {
win_set_title(win, "sxiv");
classhint.res_name = "sxiv";
classhint.res_class = "
s
xiv";
classhint.res_class = "
S
xiv";
XSetClassHint(e->dpy, win->xwin, &classhint);
if (!options->hide_bar) {
Escribir
Vista previa
Cargando…
Cancelar
Guardar