このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Immanuel
/
sxiv
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Fixed issue
#47
master
Bert Münnich
13年前
親
8ab3cee6a5
コミット
bca3666862
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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) {
書き込み
プレビュー
読み込み中…
キャンセル
保存