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 263... Line 263...
263
      interlocutor = Interlocutor_FindByWindowHandle (hWnd); // find the interlocutor it is
263
      interlocutor = Interlocutor_FindByWindowHandle (hWnd); // find the interlocutor it is
264
      if (interlocutor != NULL)
264
      if (interlocutor != NULL)
265
         interlocutor->is_active = false; // remember interlocutor has gone away
265
         interlocutor->is_active = false; // remember interlocutor has gone away
266
 
266
 
267
      is_window_chat_validated = true;
267
      is_window_chat_validated = true;
-
 
268
      the_board.reevaluate = true; // refresh the GUI buttons if needed
268
   }
269
   }
269
 
270
 
270
   // else are we resizing the window ?
271
   // else are we resizing the window ?
271
   else if (message == WM_SIZE)
272
   else if (message == WM_SIZE)
272
   {
273
   {