From 12f4dcfaf609ddafeb9a39d950519e77be1bd44b Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Tue, 15 Apr 2014 22:21:41 +0200 Subject: [PATCH] =?UTF-8?q?make=20app=5Fserver=20only=20with=20efl=20?= =?UTF-8?q?=E2=89=A5=201.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm tired of trying to make that code compatible accross efl versions --- src/bin/app_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/app_server.c b/src/bin/app_server.c index 7255fabb..ec9056f8 100644 --- a/src/bin/app_server.c +++ b/src/bin/app_server.c @@ -6,7 +6,7 @@ #include "termio.h" #include "app_server_eet.h" -#if (ELM_VERSION_MAJOR > 1) || (ELM_VERSION_MINOR >= 8) +#if (ELM_VERSION_MAJOR > 1) || (ELM_VERSION_MINOR >= 10) #ifndef ELM_APP_SERVER_VIEW_EVENT_CLOSED #define ELM_APP_SERVER_VIEW_EVENT_CLOSED ELM_APP_SERVER_VIEW_EV_CLOSED