raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=89b9141d37da3cd4c0906d07a39eafd137019934
commit 89b9141d37da3cd4c0906d07a39eafd137019934 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon Jul 21 13:07:18 2014 +0900 elm theme - add blank cursor type in theme --- data/themes/edc/elm/cursor.edc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/themes/edc/elm/cursor.edc b/data/themes/edc/elm/cursor.edc index ea7bc11..c756b85 100644 --- a/data/themes/edc/elm/cursor.edc +++ b/data/themes/edc/elm/cursor.edc @@ -99,3 +99,14 @@ group { name: "elm/cursor/hand1/default"; } } } + +group { name: "elm/cursor/blank/default"; + parts { + part { name: "elm.content.hotspot"; type: SWALLOW; + description { state: "default" 0.0; + visible: 0; + max: 1 1; + } + } + } +} --
