Enlightenment CVS committal Author : handyande Project : e17 Module : apps/e
Dir : e17/apps/e/data/themes Modified Files: default_winlist.edc Log Message: Show that a window is shaded in type icon =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/data/themes/default_winlist.edc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- default_winlist.edc 14 Jun 2005 14:33:47 -0000 1.4 +++ default_winlist.edc 15 Jun 2005 10:57:34 -0000 1.5 @@ -6,6 +6,7 @@ image: "e17_ibar_over_v.png" COMP; image: "e17_gadman_overlay.png" COMP; image: "e17_pager_window.png" COMP; + image: "e17_pager_window_shaded.png" COMP; image: "e17_pager_desk.png" COMP; } @@ -723,6 +724,14 @@ border: 2 2 2 2; } } + description { + state: "shaded" 0.0; + inherit: "default" 0.0; + image { + normal: "e17_pager_window_shaded.png"; + border: 6 13 9 0; + } + } } } programs { @@ -741,6 +750,13 @@ target: "type"; } program { + name: "type3"; + signal: "shaded"; + source: ""; + action: STATE_SET "shaded" 0.0; + target: "type"; + } + program { name: "go_active_pre"; signal: "active"; source: ""; ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs