이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Immanuel
/
sxiv
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Fixed issue
#73
master
Bert Münnich
12 년 전
부모
b542d63f96
커밋
cd929eabfe
4개의 변경된 파일
과
7개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
쓰기
미리보기
불러오는 중...
취소
저장