comparison src/event-msw.c @ 446:1ccc32a20af4 r21-2-38

Import from CVS: tag r21-2-38
author cvs
date Mon, 13 Aug 2007 11:37:21 +0200
parents 576fb035e263
children 3d3049ae1304
comparison
equal deleted inserted replaced
445:34f3776fcf0e 446:1ccc32a20af4
2792 case EN_CHANGE: 2792 case EN_CHANGE:
2793 case CBN_EDITCHANGE: 2793 case CBN_EDITCHANGE:
2794 case CBN_SELCHANGE: 2794 case CBN_SELCHANGE:
2795 if (!NILP (mswindows_handle_gui_wm_command (frame, cid, id))) 2795 if (!NILP (mswindows_handle_gui_wm_command (frame, cid, id)))
2796 return 0; 2796 return 0;
2797 case BN_SETFOCUS:
2798
2799 } 2797 }
2800 /* menubars always must come last since the hashtables do not 2798 /* menubars always must come last since the hashtables do not
2801 always exist*/ 2799 always exist*/
2802 #ifdef HAVE_MENUBARS 2800 #ifdef HAVE_MENUBARS
2803 if (!NILP (mswindows_handle_wm_command (frame, id))) 2801 if (!NILP (mswindows_handle_wm_command (frame, id)))