===========================================================================
| 7517 | |
| 7518 | //=========================================================================== |
| 7519 | void _WindowLast () |
| 7520 | { |
| 7521 | int eNew = g_iWindowLast; |
| 7522 | g_iWindowLast = g_iWindowThis; |
| 7523 | g_iWindowThis = eNew; |
| 7524 | } |
| 7525 | |
| 7526 | //=========================================================================== |
| 7527 | void _WindowSwitch( int eNewWindow ) |