このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Immanuel
/
sxiv
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Fixed issue
#73
master
Bert Münnich
12年前
親
b542d63f96
コミット
cd929eabfe
4個のファイルの変更
、
7行の追加
、
3行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
Makefile
+1
-1
main.c
+1
-1
options.h
+4
-0
types.h
+ 1
- 1
Makefile
ファイルの表示
@@ -4,7 +4,7 @@ PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
CC = gcc
CFLAGS = -
ansi -
Wall -pedantic -O2 -I$(PREFIX)
CFLAGS = -Wall -pedantic -O2 -I$(PREFIX)
LDFLAGS = -L$(PREFIX)
LIBS = -lX11 -lImlib2 -lgif
+ 1
- 1
main.c
ファイルの表示
@@ -29,11 +29,11 @@
#include <X11/Xutil.h>
#include <X11/keysym.h>
#include "types.h"
#include "commands.h"
#include "image.h"
#include "options.h"
#include "thumbs.h"
#include "types.h"
#include "util.h"
#include "window.h"
#include "config.h"
+ 1
- 1
options.h
ファイルの表示
@@ -19,8 +19,8 @@
#ifndef OPTIONS_H
#define OPTIONS_H
#include "image.h"
#include "types.h"
#include "image.h"
typedef struct {
/* file list: */
+ 4
- 0
types.h
ファイルの表示
@@ -1,6 +1,10 @@
#ifndef TYPES_H
#define TYPES_H
#undef bool
#undef false
#undef true
typedef enum {
false,
true
書き込み
プレビュー
読み込み中…
キャンセル
保存