ソースを参照

Fixed issue #47

master
Bert Münnich 12年前
コミット
bca3666862
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      Makefile
  2. +1
    -1
      window.c

+ 1
- 1
Makefile ファイルの表示

@@ -1,4 +1,4 @@
VERSION = git-20120316
VERSION = git-20120328

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 = "sxiv";
classhint.res_class = "Sxiv";
XSetClassHint(e->dpy, win->xwin, &classhint);

if (!options->hide_bar) {


読み込み中…
キャンセル
保存