Subversion Repositories Games.Chess Giants

Rev

Rev 21 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21 Rev 124
Line 246... Line 246...
246
   {
246
   {
247
      KillTimer (hWnd, WINDOW_TIMER_REFRESH); // destroy the timer we used to refresh the window
247
      KillTimer (hWnd, WINDOW_TIMER_REFRESH); // destroy the timer we used to refresh the window
248
      hThisWnd = NULL; // window is closed
248
      hThisWnd = NULL; // window is closed
249
      SetForegroundWindow (hMainWnd); // restore focus on the main window
249
      SetForegroundWindow (hMainWnd); // restore focus on the main window
250
      is_window_chatterchannels_validated = true; // remember we closed this window
250
      is_window_chatterchannels_validated = true; // remember we closed this window
-
 
251
      the_board.reevaluate = true; // refresh the GUI buttons if needed
251
   }
252
   }
252
 
253
 
253
   // else are we resizing the window ?
254
   // else are we resizing the window ?
254
   else if (message == WM_SIZE)
255
   else if (message == WM_SIZE)
255
   {
256
   {