Add comments about default processing in DialogProc/WindowProc, since I
[u/mdw/putty] / windows / windlg.c
index 0fd1acb..59c0112 100644 (file)
@@ -362,6 +362,8 @@ static void create_controls(HWND hwnd, char *path)
 
 /*
  * This function is the configuration box.
+ * (Being a dialog procedure, in general it returns 0 if the default
+ * dialog processing should be performed, and 1 if it should not.)
  */
 static int CALLBACK GenericMainDlgProc(HWND hwnd, UINT msg,
                                       WPARAM wParam, LPARAM lParam)