gitkrdone.c

Go to the documentation of this file.
00001 
00013 #define GITK_RENDERER_C
00014 #define GITKR_DONE_C
00015 
00016 #include "gitkrincludes.h"
00017 
00022 void gitkr_done(void) {
00023   gitk_log("text mode render plugin done invoked");
00024 
00025   //-- finalize curses library
00026   endwin();
00027 
00028   //-- hide and free context selecting dialog
00029   if(context_selection_dialog) {
00030     gitk_dialog_hide(context_selection_dialog);
00031     gitk_dialog_free(context_selection_dialog);
00032     context_selection_dialog=NULL;
00033   }
00034 
00035 #ifdef HAVE_SPEECH
00036   //-- finalize speech library
00037   festival_done(ftinfo);
00038 
00039   free(gitkr_text_speech_name);gitkr_text_speech_name=NULL;
00040 #endif
00041 }

Generated on Thu Oct 28 10:59:09 2004 for gitk by doxygen 1.3.6