Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
Immanuel
/
sxiv
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
Fixed issue
#73
master
Bert Münnich
12 лет назад
Родитель
b542d63f96
Сommit
cd929eabfe
4 измененных файлов
:
7 добавлений
и
3 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать 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
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить