summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-07-21 13:07:18 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2014-07-21 13:07:18 +0900
commit89b9141d37da3cd4c0906d07a39eafd137019934 (patch)
tree2e94ee40a94e6a58813ed62d4259d0f2309dfd8b
parent0ebafb3e77c4a1009c7e8144fb280c87873c8ad0 (diff)
downloadelementary-89b9141d37da3cd4c0906d07a39eafd137019934.tar.gz
elm theme - add blank cursor type in theme
-rw-r--r--data/themes/edc/elm/cursor.edc11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/themes/edc/elm/cursor.edc b/data/themes/edc/elm/cursor.edc
index ea7bc111a..c756b857b 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;
+ }
+ }
+ }
+}