Subversion Repositories Games.Chess Giants

Rev

Rev 1 | Rev 140 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 124
Line 77... Line 77...
77
 
77
 
78
   // display the dialog box
78
   // display the dialog box
79
   if (DialogBox (hAppInstance, MAKEINTRESOURCE (THIS_DIALOG), hMainWnd, DialogProc_ThisDialog) == 1)
79
   if (DialogBox (hAppInstance, MAKEINTRESOURCE (THIS_DIALOG), hMainWnd, DialogProc_ThisDialog) == 1)
80
      is_dialogbox_sendchallenge_validated = true; // notify main game thread to fire up our callback
80
      is_dialogbox_sendchallenge_validated = true; // notify main game thread to fire up our callback
81
 
81
 
-
 
82
   the_board.reevaluate = true; // refresh the GUI buttons if needed
82
   return; // _endthread() implied
83
   return; // _endthread() implied
83
}
84
}
84
 
85
 
85
 
86
 
86
static int CALLBACK DialogProc_ThisDialog (HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam)
87
static int CALLBACK DialogProc_ThisDialog (HWND hWnd, unsigned int message, WPARAM wParam, LPARAM lParam)