summaryrefslogtreecommitdiff
path: root/data/elementary
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2016-11-18 11:03:37 -0500
committerMike Blumenkrantz <zmike@osg.samsung.com>2016-11-18 11:05:27 -0500
commit06db737a23f28ba878577a761f7f3aceef3276ec (patch)
treedb56bd738f04f6c2c3cc4ebcb301a4ce445d044d /data/elementary
parent7d720f5edecdd15df0162a6c486ab696bc66724b (diff)
downloadefl-06db737a23f28ba878577a761f7f3aceef3276ec.tar.gz
elm_cursor: restore compat with previous theme api
adding new theme groups/parts is fine, but compat must be maintained for released theme api: anything which is namespaced ref 1422e61e6207ed6fe21063a15a8fb8475eef9865
Diffstat (limited to 'data/elementary')
-rw-r--r--data/elementary/themes/edc/elm/cursor.edc6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/elementary/themes/edc/elm/cursor.edc b/data/elementary/themes/edc/elm/cursor.edc
index 67e374a8c8..f836f9da4b 100644
--- a/data/elementary/themes/edc/elm/cursor.edc
+++ b/data/elementary/themes/edc/elm/cursor.edc
@@ -98,6 +98,8 @@ group { name: "elm/cursor/hand1/default";
rel2.offset: 0 0;
}
}
+ /* elm.content.hotspot is the old name for the above part */
+ alias: "elm.content.hotspot" "elm.swallow.hotspot";
}
}
@@ -109,6 +111,8 @@ group { name: "elm/cursor/blank/default";
max: 1 1;
}
}
+ /* elm.content.hotspot is the old name for the above part */
+ alias: "elm.content.hotspot" "elm.swallow.hotspot";
}
}
@@ -137,6 +141,8 @@ group { name: "elm/cursor/xterm/default";
rel2.offset: 0 0;
}
}
+ /* elm.content.hotspot is the old name for the above part */
+ alias: "elm.content.hotspot" "elm.swallow.hotspot";
part { name: "shine";
description { state: "default" 0.0;
rel1.to: "base";