comparison 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
comparison
equal deleted inserted replaced
37:360bc6a5f1c9 38:538db2a48bac
1214 char tmpbuf[100]; 1214 char tmpbuf[100];
1215 1215
1216 WinQueryClassName(hWnd, 99, tmpbuf); 1216 WinQueryClassName(hWnd, 99, tmpbuf);
1217 1217
1218 if(strncmp(tmpbuf, "#32", 3)==0) 1218 if(strncmp(tmpbuf, "#32", 3)==0)
1219 _run_event(hWnd, WM_SETFOCUS, FALSE, TRUE); 1219 _run_event(hWnd, WM_SETFOCUS, (MPARAM)FALSE, (MPARAM)TRUE);
1220 } 1220 }
1221 break; 1221 break;
1222 case WM_SETFOCUS: 1222 case WM_SETFOCUS:
1223 _run_event(hWnd, msg, mp1, mp2); 1223 _run_event(hWnd, msg, mp1, mp2);
1224 break; 1224 break;