--- a/src/gui.h Thu May 29 11:00:26 2008 +0000 +++ b/src/gui.h Sun Jul 06 05:35:13 2008 +0000 @@ -44,8 +44,10 @@ /** * Enter the GUI main loop. If this method ever returns, the system will * exit normally. + * + * @param run TRUE if the system should start running immediately, otherwise */ -void gui_main_loop(void); +void gui_main_loop( gboolean run ); gboolean gui_error_dialog( const char *fmt, ... );