diff src/event-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 1ccc32a20af4
line wrap: on
line diff
--- a/src/event-msw.c	Mon Aug 13 11:35:05 2007 +0200
+++ b/src/event-msw.c	Mon Aug 13 11:36:19 2007 +0200
@@ -1276,6 +1276,8 @@
     {
       char class_name_buf [sizeof (XEMACS_CLASS) + 2] = "";
 
+      /* Don't translate messages destined for a dialog box, this
+	 makes keyboard traversal work. I think?? */
       if (mswindows_is_dialog_msg (&msg))
 	{
 	  mswindows_unmodalize_signal_maybe ();
@@ -2792,6 +2794,8 @@
 	  case CBN_SELCHANGE:
 	    if (!NILP (mswindows_handle_gui_wm_command (frame, cid, id)))
 	      return 0;
+	  case BN_SETFOCUS:
+	    
 	  }
 	/* menubars always must come last since the hashtables do not
 	   always exist*/