Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
Immanuel
/
sxiv
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
Fixed issue
#47
master
Bert Münnich
il y a 13 ans
Parent
8ab3cee6a5
révision
bca3666862
2 fichiers modifiés
avec
2 ajouts
et
2 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
Makefile
+1
-1
window.c
+ 1
- 1
Makefile
Voir le fichier
@@ -1,4 +1,4 @@
VERSION = git-201203
16
VERSION = git-201203
28
CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2
+ 1
- 1
window.c
Voir le fichier
@@ -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) {
Écrire
Aperçu
Chargement…
Annuler
Enregistrer