billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=12f4dcfaf609ddafeb9a39d950519e77be1bd44b

commit 12f4dcfaf609ddafeb9a39d950519e77be1bd44b
Author: Boris Faure <bill...@gmail.com>
Date:   Tue Apr 15 22:21:41 2014 +0200

    make app_server only with efl ≥ 1.10
    
    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 7255fab..ec9056f 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

-- 


Reply via email to