Fixed issue #47
This commit is contained in:
parent
8ab3cee6a5
commit
bca3666862
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION = git-20120316
|
||||
VERSION = git-20120328
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -ansi -Wall -pedantic -O2
|
||||
|
|
2
window.c
2
window.c
|
@ -206,7 +206,7 @@ void win_open(win_t *win) {
|
|||
win_set_title(win, "sxiv");
|
||||
|
||||
classhint.res_name = "sxiv";
|
||||
classhint.res_class = "sxiv";
|
||||
classhint.res_class = "Sxiv";
|
||||
XSetClassHint(e->dpy, win->xwin, &classhint);
|
||||
|
||||
if (!options->hide_bar) {
|
||||
|
|
Loading…
Add table
Reference in a new issue