Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/images


Modified Files:
        bg.edc 
Added Files:
        entice.png entice1.png entice2.png entice3.png 


Log Message:
Add some entice screenshots from atmos.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/images/bg.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- bg.edc      27 Jul 2004 19:12:54 -0000      1.10
+++ bg.edc      28 Jul 2004 14:04:24 -0000      1.11
@@ -1,6 +1,11 @@
 #define STR(x) #x
 #define CATSTR(x, y) STR(x## y)
 #define CATPNG(x, y) STR(x##y.png)
+#define TOUR_IMAGE(PNAME) \
+       image, CATPNG(PNAME,) LOSSY 98; \
+       image, CATPNG(PNAME,1) LOSSY 98; \
+       image, CATPNG(PNAME,2) LOSSY 98; \
+       image, CATPNG(PNAME,3) LOSSY 98;
 #define TOUR_PART(PNAME, ASPECT) \
 description { \
        state, #PNAME 0.0; \
@@ -63,14 +68,9 @@
        image, "lilbottom.png" LOSSY 98;
        image, "banner-top.png" LOSSY 98;
        image, "lilgrad.png" LOSSY 98;
-       image, "elicit.png" LOSSY 98;
-       image, "elicit1.png" LOSSY 98;
-       image, "elicit2.png" LOSSY 98;
-       image, "elicit3.png" LOSSY 98;
-       image, "entrance.png" LOSSY 98;
-       image, "entrance1.png" LOSSY 98;
-       image, "entrance2.png" LOSSY 98;
-       image, "entrance3.png" LOSSY 98;
+       TOUR_IMAGE(elicit);
+       TOUR_IMAGE(entrance);
+       TOUR_IMAGE(entice);
        image, "e-logo.png" LOSSY 98;
 }
 
@@ -204,6 +204,7 @@
 
                                TOUR_PART(elicit, 1.6)
                                TOUR_PART(entrance, 1.6)
+                               TOUR_PART(entice, 1.6)
 
                                description {
                                        state, "finished" 0.0;
@@ -236,7 +237,8 @@
                        }
 
                        TOUR_PROG(elicit, entrance, display);
-                       TOUR_PROG(entrance,, display);
+                       TOUR_PROG(entrance, entice, display);
+                       TOUR_PROG(entice,, display);
 
                }
 




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to