Changeset 10 for trunk/mainwin.cpp
- Timestamp:
- Feb 21, 2018, 12:49:59 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mainwin.cpp
r2 r10 326 326 // I have no idea why this delay is necessary, but CAP_SCREEN with 327 327 // hiding our window does not work without it ... 328 _sleep2(100);328 DosSleep (100); 329 329 usState = STATE_SELECTWINDOW; 330 330 WinSendMsg (hwnd, UM_SELECTWINDOW, 0,0); … … 466 466 // I have no idea why this delay is necessary, but CAP_SCREEN with 467 467 // hiding our window does not work without it ... 468 _sleep2(100);468 DosSleep (100); 469 469 WinSendMsg (hwnd, UM_CAPTURE2, 0,0); 470 470 return MRESULT (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.