瀏覽代碼

Fixed issue #47

master
Bert Münnich 13 年之前
父節點
當前提交
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) {


Loading…
取消
儲存