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

devs/iscaro/meson
Boris Faure 7 years ago
parent c2d731aced
commit ec8ed54f25
  1. 2
      data/themes/default.edc

@ -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;

Loading…
Cancel
Save