diff src/dialog-msw.c @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents abe6d1db359e
children 5bdbc721d46a
line wrap: on
line diff
--- a/src/dialog-msw.c	Mon Aug 13 11:35:05 2007 +0200
+++ b/src/dialog-msw.c	Mon Aug 13 11:36:19 2007 +0200
@@ -157,6 +157,9 @@
     LIST_LOOP_2 (popup, Vpopup_frame_list)
       {
 	HWND hwnd = FRAME_MSWINDOWS_HANDLE (XFRAME (popup));
+	/* This is a windows feature that allows dialog type
+	   processing to be applied to standard windows containing
+	   controls. */
 	if (IsDialogMessage (hwnd, msg))
 	  return 1;
       }