Put event handling back into main.c; events -> commands

This commit is contained in:
Bert
2011-08-19 15:02:10 +02:00
parent 1d7849efc1
commit 1d749382f0
5 changed files with 211 additions and 216 deletions

View File

@ -9,7 +9,7 @@ CFLAGS = -Wall -pedantic -O2 -DVERSION=\"$(VERSION)\"
LDFLAGS =
LIBS = -lX11 -lImlib2
SRC = events.o image.c main.c options.c thumbs.c util.c window.c
SRC = commands.c image.c main.c options.c thumbs.c util.c window.c
OBJ = $(SRC:.c=.o)
sxiv: $(OBJ)