Enlightenment CVS committal Author : raster Project : e17 Module : apps/e_utils
Dir : e17/apps/e_utils/src/bin/e17setroot Modified Files: e17setroot.c Log Message: update =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e_utils/src/bin/e17setroot/e17setroot.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- e17setroot.c 9 Apr 2005 06:08:45 -0000 1.20 +++ e17setroot.c 5 Jun 2005 05:04:02 -0000 1.21 @@ -7,7 +7,7 @@ #include <X11/Xatom.h> #include <X11/Xlib.h> #include <Imlib2.h> -#include <E.h> +#include <E_Lib.h> #include <Engrave.h> #include <Ecore.h> @@ -196,7 +196,7 @@ int _e_bg_bg_set(char *filename) { - e_background_set(filename); + e_lib_background_set(filename); return 1; } @@ -311,7 +311,7 @@ _e_bg_bg_parseargs(argc, argv); if (!e_bg_no_load) { - if (!e_init(getenv("DISPLAY"))) { + if (!e_lib_init(getenv("DISPLAY"))) { printf("Can't connect to enlightenment, perhaps we are not on :0.0!\n"); return 0; } @@ -320,7 +320,7 @@ if (e_bg_type == E_BG_GET) { ecore_init(); ecore_event_handler_add(E_RESPONSE_BACKGROUND_GET, _e_bg_bg_get, NULL); - e_background_get(); + e_lib_background_get(); ecore_main_loop_begin(); ecore_shutdown(); } else if(!e_bg_type) { @@ -329,7 +329,7 @@ _e_bg_bg_edj_gen(e_bg_img_file); if (!e_bg_no_load) - e_shutdown(); + e_lib_shutdown(); return 0; } ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs