From 52ab06e1699eb4eb94e51c27c39203a29f8d5bfc Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 21 Jul 2014 13:07:18 +0900 Subject: [PATCH] elm theme - add blank cursor type in theme --- legacy/elementary/data/themes/edc/elm/cursor.edc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/legacy/elementary/data/themes/edc/elm/cursor.edc b/legacy/elementary/data/themes/edc/elm/cursor.edc index ea7bc11..c756b85 100644 --- a/legacy/elementary/data/themes/edc/elm/cursor.edc +++ b/legacy/elementary/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; + } + } + } +} -- 2.7.4