Allow to optionally (triggered with SELFSTART_PROCESS) self start the application.

This commit is contained in:
oliverschmidt 2008-02-07 16:28:11 +00:00
parent 155a27ff59
commit 0a8f384a40
13 changed files with 64 additions and 12 deletions

View file

@ -29,7 +29,7 @@
*
* This file is part of the Contiki desktop environment for the C64.
*
* $Id: email.c,v 1.3 2007/11/18 00:57:44 oliverschmidt Exp $
* $Id: email.c,v 1.4 2008/02/07 16:29:24 oliverschmidt Exp $
*
*/
@ -157,6 +157,10 @@ static struct ctk_button setupokbutton =
PROCESS(email_process, "E-mail client");
#if SELFSTART_PROCESS
AUTOSTART_PROCESSES(&email_process);
#endif /* SELFSTART_PROCESS */
/*-----------------------------------------------------------------------------------*/
static void
email_quit(void)