Added Mouse Pointer icon for new Cursor Settings config dialog
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 25 Jan 2006 04:00:46 +0000 (04:00 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 25 Jan 2006 04:00:46 +0000 (04:00 +0000)
SVN revision: 20016

data/themes/default_icons.edc

index 0616aee..c489f82 100644 (file)
@@ -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";
+           }
+        }
+     }
+  }
+}