Great idea
dh
Enlightenment SVN wrote:
> Log:
> add a (disabled) dump call for string dumping.
>
>
> Author: raster
> Date: 2008-10-26 17:38:03 -0700 (Sun, 26 Oct 2008)
> New Revision: 37187
>
> Modified:
> trunk/e/src/bin/e_main.c
>
> Modified: trunk/e/src/bin/e_main.c
> ===================================================================
> --- trunk/e/src/bin/e_main.c 2008-10-27 00:36:22 UTC (rev 37186)
> +++ trunk/e/src/bin/e_main.c 2008-10-27 00:38:03 UTC (rev 37187)
> @@ -106,7 +106,14 @@
> #else
> #define TS(x)
> #endif
> -
> +
> +static int stdbg(void)
> +{
> +// enable to debug eina stringshare usage
> +// eina_stringshare_dump();
> + return 0;
> +}
> +
> /* externally accessible functions */
> int
> main(int argc, char **argv)
> @@ -994,6 +1001,9 @@
> /* no longer starting up */
> starting = 0;
> /* start our main loop */
> +
> + ecore_timer_add(5.0, stdbg, NULL);
> +
> ecore_main_loop_begin();
>
> e_canvas_idle_flush();
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> enlightenment-svn mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel