00001 00012 #define GITK_RENDERER_C 00013 #define GITKR_GLOBAL_C 00014 00015 #include "gitkrincludes.h" 00016 00020 gboolean restart_event_loop=FALSE; 00021 00024 gchar *gitkr_html_browser_path="mozilla"; 00025 00028 gchar *gitkr_html_cgibin_url="http://localhost/cgi-bin/"; 00029 00032 gchar *gitkr_html_cgi_url=NULL; 00033 00036 pid_t browser_pid;