This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Immanuel
/
sxiv
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Fixed issue
#47
master
Bert Münnich
пре 12 година
родитељ
8ab3cee6a5
комит
bca3666862
2 измењених фајлова
са
2 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-1
window.c
+ 1
- 1
Makefile
Прегледај датотеку
@@ -1,4 +1,4 @@
VERSION = git-201203
16
VERSION = git-201203
28
CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2
+ 1
- 1
window.c
Прегледај датотеку
@@ -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) {
Write
Preview
Loading…
Откажи
Сачувај