diff os2/dw.c @ 38:538db2a48bac

Added typecast to MPARAM.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 17 Oct 2001 19:22:39 +0000
parents 360bc6a5f1c9
children 3aa9ef0b3996
line wrap: on
line diff
--- a/os2/dw.c	Sun Oct 14 23:27:37 2001 +0000
+++ b/os2/dw.c	Wed Oct 17 19:22:39 2001 +0000
@@ -1216,7 +1216,7 @@
 			WinQueryClassName(hWnd, 99, tmpbuf);
 
 			if(strncmp(tmpbuf, "#32", 3)==0)
-				_run_event(hWnd, WM_SETFOCUS, FALSE, TRUE);
+				_run_event(hWnd, WM_SETFOCUS, (MPARAM)FALSE, (MPARAM)TRUE);
 		}
 		break;
 	case WM_SETFOCUS: