comparison 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
comparison
equal deleted inserted replaced
443:a8296e22da4e 444:576fb035e263
155 155
156 { 156 {
157 LIST_LOOP_2 (popup, Vpopup_frame_list) 157 LIST_LOOP_2 (popup, Vpopup_frame_list)
158 { 158 {
159 HWND hwnd = FRAME_MSWINDOWS_HANDLE (XFRAME (popup)); 159 HWND hwnd = FRAME_MSWINDOWS_HANDLE (XFRAME (popup));
160 /* This is a windows feature that allows dialog type
161 processing to be applied to standard windows containing
162 controls. */
160 if (IsDialogMessage (hwnd, msg)) 163 if (IsDialogMessage (hwnd, msg))
161 return 1; 164 return 1;
162 } 165 }
163 } 166 }
164 return 0; 167 return 0;