diff options
author | Conrad Meyer <@> | 2015-02-15 20:29:47 +0100 |
---|---|---|
committer | Conrad Meyer <@> | 2015-02-15 20:29:47 +0100 |
commit | 4ea6bdb04e0386a1ccb7dedc6ff9aa151b2ae109 (patch) | |
tree | dda10b3d6b560fe0344f7465ef07538900cc0fe6 /src | |
parent | 16a1912b19001ca291b8bb02934dc8607e1d5461 (diff) |
make terminology compile on efl < 1.8. Patch by Conrad Meyer
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/main.c b/src/bin/main.c index 49bde51..d6cbb11 100644 --- a/src/bin/main.c +++ b/src/bin/main.c | |||
@@ -875,6 +875,7 @@ remote: | |||
875 | evas_object_show(win); | 875 | evas_object_show(win); |
876 | if (startup_split) | 876 | if (startup_split) |
877 | { | 877 | { |
878 | #if (ECORE_VERSION_MAJOR > 1) || (ECORE_VERSION_MINOR >= 8) | ||
878 | unsigned int i = 0; | 879 | unsigned int i = 0; |
879 | void *pch = NULL; | 880 | void *pch = NULL; |
880 | Term *next = term; | 881 | Term *next = term; |
@@ -904,6 +905,7 @@ remote: | |||
904 | } | 905 | } |
905 | } | 906 | } |
906 | if (cmds_list) eina_list_free(cmds_list); | 907 | if (cmds_list) eina_list_free(cmds_list); |
908 | #endif | ||
907 | } | 909 | } |
908 | if (pos_set) | 910 | if (pos_set) |
909 | { | 911 | { |