This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed issue
#47
master
Bert Münnich
12 years ago
parent
8ab3cee6a5
commit
bca3666862
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-1
window.c
+ 1
- 1
Makefile
View File
@@ -1,4 +1,4 @@
VERSION = git-201203
16
VERSION = git-201203
28
CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2
+ 1
- 1
window.c
View File
@@ -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…
Cancel
Save