default.edc: shall make it compile again with EFL 1.8

This commit is contained in:
Boris Faure 2017-06-04 00:42:55 +02:00
parent c2d731aced
commit ec8ed54f25
1 changed files with 2 additions and 0 deletions

View File

@ -1013,10 +1013,12 @@ collections {
action: STATE_SET "focused" 0.0;
target: "glint";
target: "shine";
#if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 9)
sequence {
action: STATE_SET "focused2" 0.0;
target: "glow";
}
#endif
}
program { name: "focus_in2";
action: STATE_SET "focused2" 0.0;