00001 00013 #ifndef GITKR_GLOBAL_H 00014 #define GITKR_GLOBAL_H 00015 00016 #ifndef GITKR_GLOBAL_C 00017 extern gboolean run; 00018 extern gboolean restart_event_loop; 00019 extern GitkDialogPtr context_selection_dialog; 00020 extern gchar *code_set; 00021 00022 #ifdef HAVE_SPEECH 00023 extern FT_Info *ftinfo; 00024 extern gchar *gitkr_text_speech_name; 00025 #endif 00026 #endif 00027 00028 #endif /* GITKR_GLOBAL_H */