import xemacs-21.2.37
[chise/xemacs-chise.git.1] / src / dialog-msw.c
index 27fbad7..62c70e2 100644 (file)
@@ -157,6 +157,9 @@ mswindows_is_dialog_msg (MSG *msg)
     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;
       }