Hello all,
I have made diffs for e_utils that incorporate e_lib changes. The
main.c.diff belongs to emblem. These haven't been tested as I cannot get
cvs E to build currently. Please test first.
devilhorns
--- e17setroot.c.orig 2005-06-04 17:57:05.474798248 -0400
+++ e17setroot.c 2005-06-04 18:11:06.511941168 -0400
@@ -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;
}
--- main.c.orig 2005-06-04 18:02:32.639061720 -0400
+++ main.c 2005-06-04 18:05:46.003665832 -0400
@@ -144,7 +144,7 @@
goto ECORE_EVAS_SHUTDOWN;
}
- if (!e_init(em->display))
+ if (!e_lib_init(em->display))
{
printf("Can't connect to e17, exiting\n");
goto EDJE_SHUTDOWN;