From 89fd711a39a889c9e2eb6050d7e9dd6829997b31 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 25 Jan 2006 04:00:46 +0000 Subject: [PATCH] Added Mouse Pointer icon for new Cursor Settings config dialog SVN revision: 20016 --- data/themes/default_icons.edc | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/data/themes/default_icons.edc b/data/themes/default_icons.edc index 0616aeec7..c489f8214 100644 --- a/data/themes/default_icons.edc +++ b/data/themes/default_icons.edc @@ -29,6 +29,7 @@ images { image: "e17_pager_window.png" COMP; image: "e17_icon_right_arrow.png" COMP; + image: "e17_pointer.png" COMP; } group { @@ -510,4 +511,21 @@ group { } } } - +group { + name: "icons/enlightenment/mouse"; + max: 64 64; + parts { + part { + name: "icon"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + max: 64 64; + image { + normal: "e17_pointer.png"; + } + } + } + } +}