Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : apps/elitaire

Dir     : e17/apps/elitaire/data/themes/default_cards


Modified Files:
        default_cards.edc 


Log Message:
now elitaire can give you some hints which cards can be moved to another stack

===================================================================
RCS file: /cvs/e/e17/apps/elitaire/data/themes/default_cards/default_cards.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- default_cards.edc   9 Aug 2007 11:36:26 -0000       1.3
+++ default_cards.edc   9 Aug 2007 21:45:49 -0000       1.4
@@ -13,6 +13,38 @@
                                image.normal: _number".png";\
                        }\
                }\
+               part {\
+                       name: "hint_hilite";\
+                       type: IMAGE;\
+                       description {\
+                               state: "default" 0.0;\
+                               color: 0 0 0 0;\
+                               image.normal: "hint_hilite.png";\
+                       }\
+                       description {\
+                               state: "on" 0.0;\
+                               inherit: "default" 0.0;\
+                               color: 255 255 255 100;\
+                       }\
+               }\
+       }\
+       programs {\
+               program {\
+                       name: "hilite_on";\
+                       signal: "hint,on";\
+                       source: "elitaire";\
+                       action: STATE_SET "on" 0.0;\
+                       target: "hint_hilite";\
+               }\
+       }\
+       programs {\
+               program {\
+                       name: "hilite_off";\
+                       signal: "hint,off";\
+                       source: "elitaire";\
+                       action: STATE_SET "default" 0.0;\
+                       target: "hint_hilite";\
+               }\
        }\
 }
 
@@ -73,6 +105,7 @@
        image: "ALL.png" LOSSY 95;
        image: "LAST.png" LOSSY 95;
        image: "shadow.png" LOSSY 95;
+       image: "hint_hilite.png" LOSSY 95;
 }
 collections {
        CARD("00")



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to