void gui_draw_resize ( void   ) 

Refresh the curses GUI after a terminal resize.

Definition at line 116 of file gui_draw.c.

00117 {
00118         gui_lock();
00119         wnoutrefresh(stdscr);
00120         gui_unlock();
00121         gui_msgbar_resize();
00122         gui_playq_resize();
00123         gui_browser_resize();
00124         gui_draw_done();
00125 }

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:23 2010 for herrie by  doxygen 1.6.3