Skip to content
Snippets Groups Projects
Commit ac67a25b authored by edgrif's avatar edgrif
Browse files

add id for xremote debug output.

parent bbec2a66
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@
*
* Exported functions: None
* HISTORY:
* Last edited: Jan 13 14:01 2009 (edgrif)
* Last edited: Aug 14 10:25 2009 (edgrif)
* Created: Thu Jul 24 14:36:27 2003 (edgrif)
* CVS info: $Id: zmapAppwindow.c,v 1.60 2009-01-13 15:02:02 edgrif Exp $
* CVS info: $Id: zmapAppwindow.c,v 1.61 2009-08-14 09:53:09 edgrif Exp $
*-------------------------------------------------------------------
*/
......@@ -83,6 +83,7 @@ static void setup_signal_handlers(void);
ZMapManagerCallbacksStruct app_window_cbs_G = {removeZMapCB, infoSetCB, quitReqCB} ;
char *ZMAP_X_PROGRAM_G = "ZMap" ;
......@@ -114,6 +115,18 @@ int zmapMainMakeAppWindow(int argc, char *argv[])
#error "Cannot compile, threads not properly enabled."
#endif
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
sleep(15) ;
#endif /* ED_G_NEVER_INCLUDE_THIS_CODE */
g_thread_init(NULL) ;
if (!g_thread_supported())
g_thread_init(NULL);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment