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:
namespace changes
===================================================================
RCS file: /cvs/e/e17/apps/elitaire/data/themes/default_cards/default_cards.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- default_cards.edc 9 Aug 2007 21:45:49 -0000 1.4
+++ default_cards.edc 30 Jul 2008 23:49:47 -0000 1.5
@@ -1,6 +1,6 @@
-#define CARD(_number) \
+#define GROUP(_type, _number) \
group {\
- name: _number;\
+ name: "elitaire/"_type"/"_number;\
min: 39 61;\
max: 158 246;\
\
@@ -48,6 +48,9 @@
}\
}
+#define CARD(_number) GROUP("card", _number)
+#define STACK(_number) GROUP("stack", _number)
+
images {
image: "00.png" LOSSY 95;
image: "01.png" LOSSY 95;
@@ -102,8 +105,8 @@
image: "50.png" LOSSY 95;
image: "51.png" LOSSY 95;
image: "bg.png" LOSSY 95;
- image: "ALL.png" LOSSY 95;
- image: "LAST.png" LOSSY 95;
+ image: "all.png" LOSSY 95;
+ image: "last.png" LOSSY 95;
image: "shadow.png" LOSSY 95;
image: "hint_hilite.png" LOSSY 95;
}
@@ -162,8 +165,8 @@
CARD("50")
CARD("51")
CARD("bg")
- CARD("ALL")
- CARD("LAST")
CARD("shadow")
+ STACK("all")
+ STACK("last")
}
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs