Enlightenment CVS committal Author : atmosphere Project : e17 Module : libs/epsilon
Dir : e17/libs/epsilon/src/bin Modified Files: Makefile.am epsilon_main.c Log Message: edje thumbnailing patch from jerome wilson(wilanje), untested =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/epsilon/src/bin/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- Makefile.am 26 Oct 2004 06:41:29 -0000 1.3 +++ Makefile.am 16 Jul 2005 15:50:10 -0000 1.4 @@ -2,7 +2,10 @@ INCLUDES = \ -I$(top_srcdir)/src/lib \ [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ \ [EMAIL PROTECTED]@ \ [EMAIL PROTECTED]@ \ [EMAIL PROTECTED]@ bin_PROGRAMS = epsilon @@ -10,6 +13,6 @@ epsilon_main.c epsilon_LDADD = \ -$(top_builddir)/src/lib/libepsilon.la @imlib_libs@ +$(top_builddir)/src/lib/libepsilon.la @imlib_libs@ @evas_libs@ @ecore_libs@ @edje_libs@ epsilon_DEPENDENCIES = $(top_builddir)/src/lib/libepsilon.la =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/epsilon/src/bin/epsilon_main.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- epsilon_main.c 9 Oct 2004 19:18:31 -0000 1.5 +++ epsilon_main.c 16 Jul 2005 15:50:10 -0000 1.6 @@ -13,6 +13,15 @@ { if ((e = epsilon_new ((const char *) argv[argc]))) { + char *str; + str=strrchr(argv[argc],'.'); + str++; + if(!strcmp(str,"edj")) + { + epsilon_key_set(e, "desktop/background"); + //epsilon_resolution_set(e, 1600, 1200); + epsilon_resolution_set(e, 800, 600); + } if (epsilon_exists (e) == EPSILON_FAIL) { fprintf (stderr, ------------------------------------------------------- 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