static void gui_input_switchfocus ( void   )  [static]

Switch the focus to the next window.

Definition at line 168 of file gui_input.c.

00169 {
00170         gui_input_curfocus++;
00171         gui_input_curfocus %= GUI_FOCUS_COUNT;
00172 
00173         /* Update the selection colors */
00174         gui_playq_setfocus(gui_input_curfocus == GUI_FOCUS_PLAYQ);
00175         gui_browser_setfocus(gui_input_curfocus == GUI_FOCUS_BROWSER);
00176 }

Here is the call graph for this function:

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