void gui_draw_destroy ( void   ) 

Destroy the curses GUI.

Definition at line 104 of file gui_draw.c.

00105 {
00106         gui_lock();
00107         gui_msgbar_destroy();
00108         gui_playq_destroy();
00109         gui_browser_destroy();
00110 
00111         endwin();
00112         gui_unlock();
00113 }

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:09 2010 for herrie by  doxygen 1.6.3