Option handling, merged app.c & events.c into main.c

This commit is contained in:
Bert
2011-01-19 14:07:45 +01:00
parent 79c7e6178e
commit a7e30bb081
8 changed files with 144 additions and 164 deletions

2
sxiv.h
View File

@ -21,7 +21,7 @@
#include "config.h"
#define VERSION "git-20110117"
#define VERSION "git-20110119"
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#define MAX(a,b) ((a) > (b) ? (a) : (b))