present: Refactor execute in separate file

To be shared by multiple flip modes, refactor execute functionality,
such that logical chunks can go in new separate file.

Signed-off-by: Roman Gilg <subdiff@gmail.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Roman Gilg
2018-03-13 16:00:38 +01:00
committed by Adam Jackson
parent 1e7d8902bf
commit 679ffbf5f3
5 changed files with 140 additions and 64 deletions

View File

@@ -7,6 +7,7 @@ libpresent_la_SOURCES = \
present.h \
present.c \
present_event.c \
present_execute.c \
present_fake.c \
present_fence.c \
present_notify.c \