Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_evas Modified Files: ecore_evas_x.c Log Message: more patrick mautirz patches =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v retrieving revision 1.62 retrieving revision 1.63 diff -u -3 -r1.62 -r1.63 --- ecore_evas_x.c 13 Oct 2005 14:06:20 -0000 1.62 +++ ecore_evas_x.c 15 Oct 2005 08:51:52 -0000 1.63 @@ -1705,7 +1705,10 @@ { ecore_x_netwm_startup_id_set(ee->engine.x.win_container, getenv("DESKTOP_STARTUP_ID")); - putenv("DESKTOP_STARTUP_ID"); + /* NB: on linux this may simply empty the env as opposed to completely + * unset it to being empty - unsure as solartis libc crashes looking + * for the '=' char */ + putenv("DESKTOP_STARTUP_ID="); } einfo = (Evas_Engine_Info_Software_X11 *)evas_engine_info_get(ee->evas); if (einfo) @@ -1919,7 +1922,10 @@ { ecore_x_netwm_startup_id_set(ee->engine.x.win_container, getenv("DESKTOP_STARTUP_ID")); - putenv("DESKTOP_STARTUP_ID"); + /* NB: on linux this may simply empty the env as opposed to completely + * unset it to being empty - unsure as solartis libc crashes looking + * for the '=' char */ + putenv("DESKTOP_STARTUP_ID="); } einfo = (Evas_Engine_Info_GL_X11 *)evas_engine_info_get(ee->evas); if (einfo) @@ -2131,7 +2137,10 @@ { ecore_x_netwm_startup_id_set(ee->engine.x.win_container, getenv("DESKTOP_STARTUP_ID")); - putenv("DESKTOP_STARTUP_ID"); + /* NB: on linux this may simply empty the env as opposed to completely + * unset it to being empty - unsure as solartis libc crashes looking + * for the '=' char */ + putenv("DESKTOP_STARTUP_ID="); } einfo = (Evas_Engine_Info_XRender_X11 *)evas_engine_info_get(ee->evas); if (einfo) ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs