Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/test


Modified Files:
        ewl_image_test.c 


Log Message:
Convert to use Evas_Coord, also changed native coords to int's for better X
compatibility.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_image_test.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ewl_image_test.c    29 Sep 2003 21:46:51 -0000      1.13
+++ ewl_image_test.c    18 Oct 2003 17:00:37 -0000      1.14
@@ -151,6 +151,8 @@
 
        if ((__image_exists(PACKAGE_DATA_DIR "/images/e-logo.png")) != -1)
                image_file = strdup(PACKAGE_DATA_DIR "/images/e-logo.png");
+       else if ((__image_exists(PACKAGE_SOURCE_DIR "/data/images/e-logo.png")) != -1)
+               image_file = strdup(PACKAGE_SOURCE_DIR "/data/images/e-logo.png");
        else if ((__image_exists("./data/images/e-logo.png")) != -1)
                image_file = strdup("./data/images/e-logo.png");
        else if ((__image_exists("../data/images/e-logo.png")) != -1)




-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to